ReferenceDatapinMetadata#

class ReferenceDatapinMetadata#

Bases: ansys.tools.variableinterop.CommonVariableMetadata

Provides metadata for a reference datapin.

Overview#

accept

Invoke the visitor pattern of this object using the passed-in visitor

variable_type

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:
VariableType

Variable 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:
visitorIVariableMetadataVisitor[T]

Visitor object to call.

Returns:
T

Results of the visitor invocation.