This document is archived and information here might be outdated.  Recommended version.


IElementOperation.Elements Property (ArcObjects .NET 10.4 SDK)
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