Structure PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct
Last update: 16.07.2025
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 30)
The DataHistoryVariableMetadataStruct is used to store the metadata for a variable.
Members
- customMetadata
- enumAliases
- enumValues
- equation
- fileName
- format
- geomScript
- isBinary
- isDesignVar
- isInput
- isNumeric
- lowerBound
- name
- type
- units
- upperBound
Public attributes
Variable name
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 35)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::name
The name of the variable
Type: BSTR
Variable isNumeric
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 39)
boolean PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::isNumeric
true if the variable is numeric, false otherwise
Type: boolean
Variable isInput
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 43)
boolean PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::isInput
true if the variable is an input, false otherwise
Type: boolean
Variable isBinary
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 47)
boolean PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::isBinary
true if file variable is a binary file, false otherwise
Type: boolean
Variable isDesignVar
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 51)
boolean PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::isDesignVar
true if the variable is a design variable, false otherwise
Type: boolean
Variable equation
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 55)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::equation
The equation of the variable
Type: BSTR
Variable format
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 59)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::format
The format of the variable
Type: BSTR
Variable type
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 63)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::type
The type of the variable
Type: BSTR
Variable units
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 67)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::units
The units of the variable
Type: BSTR
Variable fileName
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 71)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::fileName
The filename of a file variable
Type: BSTR
Variable geomScript
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 75)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::geomScript
The geomScript of the variable
Type: BSTR
Variable enumValues
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 79)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::enumValues
comma separated list of enumerated values of variable
Type: BSTR
Variable enumAliases
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 83)
BSTR PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::enumAliases
comma separated list of enumerated aliases of variable
Type: BSTR
Variable lowerBound
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 87)
VARIANT PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::lowerBound
The lower bound of the variable
Type: VARIANT
Variable upperBound
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 91)
VARIANT PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::upperBound
The upper bound of the variable
Type: VARIANT
Variable customMetadata
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 95)
VARIANT PHXDATAHISTORYLib::DataHistoryVariableMetadataStruct::customMetadata
2xN SAFEARRAY of name/value pairs of the custom metadata
Type: VARIANT