ReferenceDatapinMetadata ======================== .. py:class:: ReferenceDatapinMetadata :canonical: ansys.modelcenter.workflow.grpc_modelcenter.reference_datapin_metadata.ReferenceDatapinMetadata Bases: :py:obj:`ansys.tools.variableinterop.CommonVariableMetadata` Provides metadata for a reference datapin. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: ReferenceDatapinMetadata .. tab-set:: .. tab-item:: Abstract methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~accept` - Invoke the visitor pattern of this object using the passed-in visitor .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~variable_type` - Variable type of the object. Import detail ------------- .. code-block:: python from ansys.modelcenter.workflow.grpc_modelcenter.reference_datapin_metadata import ReferenceDatapinMetadata Property detail --------------- .. py:property:: variable_type :canonical: ansys.modelcenter.workflow.grpc_modelcenter.reference_datapin_metadata.ReferenceDatapinMetadata.variable_type :type: ansys.tools.variableinterop.VariableType Variable type of the object. :Returns: :obj:`VariableType` Variable type of the object. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: accept(visitor: ansys.tools.variableinterop.IVariableMetadataVisitor[T]) -> T :abstractmethod: Invoke the visitor pattern of this object using the passed-in visitor implementation. :Parameters: **visitor** : :obj:`IVariableMetadataVisitor`\[:obj:`T`] Visitor object to call. :Returns: :obj:`T` Results of the visitor invocation. .. !! processed by numpydoc !!