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


IElementEditVerticesOperation.Geometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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