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


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

IElementEditVerticesOperation.Geometry Property

The new geometry.

[Visual Basic .NET]
Public WriteOnly Property Geometry
[C#]
public void Geometry {set;}
[C++]
HRESULT put_Geometry(
  IGeometry* 
);
[C++]
Parameters
 [in]

is a parameter of type IGeometry*

Product Availability

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

See Also

IElementEditVerticesOperation Interface