Page History
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim MyAttribute As AttributeObj Dim AttributeID As Integer ' We want the attribute with 2 as the ID AttributeID = 2 Set MyAttribute = MyEntity.Attributes.Item(AttributeID) |
Info | ||
---|---|---|
| ||
...
Code Block | ||
---|---|---|
| ||
Dim MyEntity As Entity Dim MyAttribute As AttributeObj Dim AttributeID As Integer ' We want the attribute with 2 as the ID AttributeID = 2 Set MyAttribute = MyEntity.Attributes.Item(AttributeID) |
Info | ||
---|---|---|
| ||
Copyright © 2004-2024 IDERA, Inc.