Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagevb
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
titleSee Also