IFileDatapin ============ .. py:class:: IFileDatapin :canonical: ansys.modelcenter.workflow.api.ifiledatapin.IFileDatapin Bases: :py:obj:`ansys.modelcenter.workflow.api.idatapin.IDatapin`, :py:obj:`abc.ABC` Represents a file datapin on the workflow. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: IFileDatapin .. tab-set:: .. tab-item:: Abstract methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~get_metadata` - Get the metadata for the datapin. Import detail ------------- .. code-block:: python from ansys.modelcenter.workflow.api.ifiledatapin import IFileDatapin Method detail ------------- .. py:method:: get_metadata() -> ansys.tools.variableinterop.FileMetadata :abstractmethod: Get the metadata for the datapin. .. !! processed by numpydoc !!