Versions Compared

Key

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

...

Code Block
languagevb
Dim MyEntity As Entity 
Dim AttributeID As Integer 

' We want to remove the attribute with 2 as the ID 

AttributeID = 2 

MyEntity.Attributes.Remove(AttributeID) 
Info
titleSee Also