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


INetworkIdentifyObj.Shape Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INetworkIdentifyObj Interface > INetworkIdentifyObj.Shape Property
ArcGIS Developer Help

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