ArcObjects Library Reference (Carto)  

INetworkIdentifyObj.Shape Property

Geometry corresponding to the network element.

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

Parameters

netElementGeometry [out, retval]

  netElementGeometry is a parameter of type IGeometry

Product Availability

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

See Also

INetworkIdentifyObj Interface