Description
Returns an object representing a collection of attributes in the entity.
Syntax
Visual Basic |
Public Function Attributes() As Attributes |
Example
Dim MyEntity As Entity
Dim MyAttribute As AttributeObj
For Each MyAttribute In MyEntity.Attributes
' Operations on Attributes collection go here
...
Next MyAttribute