You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

See Also

Entity Object

  • No labels