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


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

IEIDInfo.Geometry Property

Geometry associated with this network element ID.

[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.

Remarks

The Geometry will be null if either:

See Also

IEIDInfo Interface