.. vale off :class:`ExternalDataFile` ========================= .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.ExternalDataFile Bases: :py:obj:`object` A basic definition of the external data file. .. !! processed by numpydoc !! .. py:currentmodule:: ExternalDataFile Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~FilePath` - Gets or sets the file path of the external data file. * - :py:attr:`~Identifier` - Gets or sets the identifier of the external data file. * - :py:attr:`~Description` - Gets or sets the optional description of the external data file. * - :py:attr:`~IsMainFile` - .. * - :py:attr:`~ImportSettings` - .. Property detail --------------- .. py:property:: FilePath :no-index: :type: Optional[System.String] Gets or sets the file path of the external data file. .. !! processed by numpydoc !! .. py:property:: Identifier :no-index: :type: Optional[System.String] Gets or sets the identifier of the external data file. .. !! processed by numpydoc !! .. py:property:: Description :no-index: :type: Optional[System.String] Gets or sets the optional description of the external data file. .. !! processed by numpydoc !! .. py:property:: IsMainFile :no-index: :type: Optional[System.Boolean] .. !! processed by numpydoc !! .. py:property:: ImportSettings :no-index: :type: Optional[Ansys.Mechanical.ExternalData.ImportSettingsBase] .. !! processed by numpydoc !! .. vale on