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


IElementOperation.Elements Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementOperation Interface > IElementOperation.Elements Property
ArcGIS Developer Help

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