Page History
Description
Returns an object representing a collection of attributes in the entity.
Syntax
...
Code Block | ||
---|---|---|
| ||
Public Function Attributes() As Attributes |
Example
...
Code Block | ||
---|---|---|
| ||
Din MyEntity As Entity
Din MyAttribute As AttributeObj
For Each MyAttribute In MyEntity.Attributes
'Operations on Attrbiutes collection go here
...
Next MyAttribute |
Info | |
---|---|
|
...
| ||