

| Type | Description | |||
| ID as Variant | A Long, String or Numeric expression that defines the element's unique identifier. | |||
| Element | An Element object being retrieved. |
The following VB sample enumerates the elements on the surface:
Dim e As Variant
For Each e In Surface1.Elements
Debug.Print e.ID
Next