ISTEPAttributes Class
Overview
The ISTEPAttributes defines the container of the attributes.
Inheritance Hierarchy
- IDispatch
- ISTEPAttribute
- ISTEPAttributes
- ISTEPAttribute
Namespace: Beaver
Properties
| Name | Description |
|---|---|
Count |
Gets a number of the attributes. |
_NewEnum |
Iterates attributes. |
Item |
Gets a view of the attributes. |
Methods
| Name | Description |
|---|---|
Attribute |
Gets attribute by name. |
AttributeAsBool |
Gets attribute by name as boolean value. |
AttributeAsInt |
Gets attribute by name as integer value. |
AttributeAsLogical |
Gets attribute by name as logical value. |
AttributeAsReal |
Gets attribute by name as real value. |
AttributeAsStr |
Gets attribute by name as string value. |
AttributeAsEnum |
Gets attribute by name as enumuration value. |
AttributeAsInst |
Gets attribute by name as instance value. |
AttributeAsBinary |
Gets attribute by name as binary value. |
AttributeAsSelect |
Gets attribute by name as select value. |
AttributeAsAggregate |
Gets attribute by name as aggregate value. |

