.. vale off :class:`ExternalDataFileCollection` =================================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.ExternalDataFileCollection Bases: :py:obj:`object` T:Ansys.Mechanical.ExternalData.ExternalDataFileCollection is a class that provides foundational behavior for holding external data files. .. !! processed by numpydoc !! .. py:currentmodule:: ExternalDataFileCollection Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Add` - * - :py:attr:`~Clear` - * - :py:attr:`~Contains` - * - :py:attr:`~CopyTo` - CopyTo method. * - :py:attr:`~GetEnumerator` - * - :py:attr:`~IndexOf` - * - :py:attr:`~Insert` - * - :py:attr:`~Remove` - * - :py:attr:`~RemoveAt` - .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~SaveFilesWithProject` - Gets or sets the flag controlling if the external data files will be copied to the project directory. * - :py:attr:`~Item` - Item property. * - :py:attr:`~Count` - Gets the number of external data files. Property detail --------------- .. py:property:: SaveFilesWithProject :no-index: :type: Optional[System.Boolean] Gets or sets the flag controlling if the external data files will be copied to the project directory. If this flag is set to False, the external data files will directly reference the file path. The default is False. .. !! processed by numpydoc !! .. py:property:: Item :no-index: :type: Optional[Ansys.Mechanical.ExternalData.ExternalDataFile] Item property. .. !! processed by numpydoc !! .. py:property:: Count :no-index: :type: Optional[System.Int32] Gets the number of external data files. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Add(item: Ansys.Mechanical.ExternalData.ExternalDataFile) -> System.Void :no-index: .. py:method:: Clear() -> System.Void :no-index: .. py:method:: Contains(item: Ansys.Mechanical.ExternalData.ExternalDataFile) -> System.Boolean :no-index: .. py:method:: CopyTo(array: Ansys.Mechanical.ExternalData.ExternalDataFile, arrayIndex: System.Int32) -> System.Void :no-index: CopyTo method. .. !! processed by numpydoc !! .. py:method:: GetEnumerator() -> System.Collections.Generic.IEnumerator[Ansys.Mechanical.ExternalData.ExternalDataFile] :no-index: .. py:method:: IndexOf(item: Ansys.Mechanical.ExternalData.ExternalDataFile) -> System.Int32 :no-index: .. py:method:: Insert(index: System.Int32, item: Ansys.Mechanical.ExternalData.ExternalDataFile) -> System.Void :no-index: .. py:method:: Remove(item: Ansys.Mechanical.ExternalData.ExternalDataFile) -> System.Boolean :no-index: .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: .. vale on