FileArrayMetadata#
- class FileArrayMetadata#
Bases: ansys.tools.variableinterop.file_metadata.FileMetadata
Provides metadata for the FileArray
variable type.
Overview#
Invoke the visitor pattern of this object using the passed-in visitor |
Variable type of the object. |
Import detail#
from ansys.tools.variableinterop.file_array_metadata import FileArrayMetadata
Property detail#
- property FileArrayMetadata.variable_type: VariableType#
Variable type of the object.
- Returns:
VariableType
Variable type of the object.
Method detail#
- FileArrayMetadata.accept(visitor: ansys.tools.variableinterop.ivariablemetadata_visitor.IVariableMetadataVisitor[ansys.tools.variableinterop.ivariablemetadata_visitor.T]) ansys.tools.variableinterop.ivariablemetadata_visitor.T #
Invoke the visitor pattern of this object using the passed-in visitor implementation.
- Parameters:
- visitor
IVariableMetadataVisitor
[T
] Visitor object to call.
- visitor
- Returns:
T
Results of the visitor invocation.