ReferenceDatapinMetadata#
- class ReferenceDatapinMetadata#
 
Bases: ansys.tools.variableinterop.CommonVariableMetadata
Provides metadata for a reference datapin.
Overview#
Invoke the visitor pattern of this object using the passed-in visitor  | 
Variable type of the object.  | 
Import detail#
from ansys.modelcenter.workflow.grpc_modelcenter.reference_datapin_metadata import ReferenceDatapinMetadata
Property detail#
- property ReferenceDatapinMetadata.variable_type: ansys.tools.variableinterop.VariableType#
 Variable type of the object.
- Returns:
 VariableTypeVariable type of the object.
Method detail#
- abstract ReferenceDatapinMetadata.accept(visitor: ansys.tools.variableinterop.IVariableMetadataVisitor[T]) T#
 Invoke the visitor pattern of this object using the passed-in visitor implementation.
- Parameters:
 - visitor
IVariableMetadataVisitor[T] Visitor object to call.
- visitor
 - Returns:
 TResults of the visitor invocation.