ArcObjects Library Reference (Carto)  

IElementOperation.Elements Property

The element(s) being updated.

[Visual Basic .NET]
Public WriteOnly Property Elements
[C#]
public void Elements {set;}
[C++]
HRESULT putref_Elements(
  IEnumElement* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnumElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IElementOperation Interface