ISTEPAttributeSelect Methods
Overview
The ISTEPAttributeSelect defines the following methods.
Methods
| Name | Description |
|---|---|
GetValueAsBool |
Gets a value by select type name as a boolean type. |
GetValueAsInt |
Gets a value by select type name as an integer type. |
GetValueAsLogical |
Gets a value by select type name as a logical type. |
GetValueAsReal |
Gets a value by select type name as a real type. |
GetValueAsStr |
Gets a value by select type name as a string type. |
GetValueAsEnum |
Gets a value by select type name as an enumeration type. |
GetValueAsInst |
Gets a value by select type name as an instance type. |
GetValueAsBinary |
Gets a value by select type name as a binary type. |
SetValueAsBool |
Sets a value by select type name as a boolean type. |
SetValueAsInt |
Sets a value by select type name as an integer type. |
SetValueAsLogical |
Sets a value by select type name as a logical type. |
SetValueAsReal |
Sets a value by select type name as a real type. |
SetValueAsStr |
Sets a value by select type name as a string type. |
SetValueAsEnum |
Sets a value by select type name as an enumeration type. |
SetValueAsInst |
Sets a value by select type name as an instance type. |
SetValueAsBinary |
Sets a value by select type name as a binary type. |
SELECT AGGR
| Name | Description |
|---|---|
GetValueAsBoolAggrs |
Gets values by select type name as an array of boolean type. |
GetValueAsIntAggrs |
Gets values by select type name as an array of integer type. |
GetValueAsLogicalAggrs |
Gets values by select type name as an array of logical type. |
GetValueAsRealAggrs |
Gets values by select type name as an array of real type. |
GetValueAsStrAggrs |
Gets values by select type name as an array of string type. |
GetValueAsEnumAggrs |
Gets values by select type name as an array of enumeration type. |
GetValueAsInstAggrs |
Gets values by select type name as an array of instance type. |
GetValueAsBinaryAggrs |
Gets values by select type name as an array of binary type. |
SetValueAsBoolAggrs |
Sets values by select type name as an array of boolean type. |
SetValueAsIntAggrs |
Sets values by select type name as an array of integer type. |
SetValueAsLogicalAggrs |
Sets values by select type name as an array of logical type. |
SetValueAsRealAggrs |
Sets values by select type name as an array of real type. |
SetValueAsStrAggrs |
Sets values by select type name as an array of string type. |
SetValueAsEnumAggrs |
Sets values by select type name as an array of enumeration type. |
SetValueAsBinaryAggrs |
Sets values by select type name as an array of instance type. |
SetValueAsInstAggrs |
Sets values by select type name as an array of binary type. |
