ArcObjects Library Reference (GeoDatabase)  

ITopologyElement.Geometry Property

The geometry of the topology element.

[Visual Basic .NET]
Public ReadOnly Property Geometry As IGeometry
[C#]
public IGeometry Geometry {get;}
[C++]
HRESULT get_Geometry(
  IGeometry** Geometry
);
[C++]

Parameters

Geometry [out, retval]

  Geometry is a parameter of type IGeometry

Product Availability

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

See Also

ITopologyElement Interface

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)