ISTEPAttributeSelect Class
Overview
The ISTEPAttributeSelect defines the select value attribute.
Inheritance Hierarchy
- IDispatch
- ISTEPAttribute
- ISTEPAttributeSelect
- ISTEPAttribute
Namespace: Beaver
Properties
| Name | Description |
|---|---|
AttrDesc |
Gets the type description. |
CurrentSelectTypeString |
Gets the current select type as string. |
CurrentSelectType |
Gets the current select type. |
CanBe |
Gets allowed types. |
Methods
| Name | Description |
|---|---|
GetValueAsBool |
Gets a value by select name as a boolean type. |
GetValueAsInt |
Gets a value by select name as an integer type. |
GetValueAsLogical |
Gets a value by select name as a logical type. |
GetValueAsReal |
Gets a value by select name as a real type. |
GetValueAsStr |
Gets a value by select name as a string type. |
GetValueAsEnum |
Gets a value by select name as an enumeration type. |
GetValueAsInst |
Gets a value by select name as an instance type. |
GetValueAsBinary |
Gets a value by select name as a binary type. |
SetValueAsBool |
Sets a value by select name as a boolean type. |
SetValueAsInt |
Sets a value by select name as an integer type. |
SetValueAsLogical |
Sets a value by select name as a logical type. |
SetValueAsReal |
Sets a value by select name as a real type. |
SetValueAsStr |
Sets a value by select name as a string type. |
SetValueAsEnum |
Sets a value by select name as an enumeration type. |
SetValueAsInst |
Sets a value by select name as an instance type. |
SetValueAsBinary |
Sets a value by select name as a binary type. |
SELECT AGGR
| Name | Description |
|---|---|
GetValueAsBoolAggrs |
Gets values by select name as a boolean type. |
GetValueAsIntAggrs |
Gets values by select name as an integer type. |
GetValueAsLogicalAggrs |
Gets values by select name as a logical type. |
GetValueAsRealAggrs |
Gets values by select name as a real type. |
GetValueAsStrAggrs |
Gets values by select name as a string type. |
GetValueAsEnumAggrs |
Gets values by select name as an enumeration type. |
GetValueAsInstAggrs |
Gets values by select name as an instance type. |
GetValueAsBinaryAggrs |
Gets values by select name as a binary type. |
SetValueAsBoolAggrs |
Sets values by select name as a boolean type. |
SetValueAsIntAggrs |
Sets values by select name as an integer type. |
SetValueAsLogicalAggrs |
Sets values by select name as a logical type. |
SetValueAsRealAggrs |
Sets values by select name as a real type. |
SetValueAsStrAggrs |
Sets values by select name as a string type. |
SetValueAsEnumAggrs |
Sets values by select name as an enumeration type. |
SetValueAsBinaryAggrs |
Sets values by select name as an instance type. |
SetValueAsInstAggrs |
Sets values by select name as a binary type. |

