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


IComplexEdgeFeature.GeometryForEID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexEdgeFeature Interface > IComplexEdgeFeature.GeometryForEID Property
ArcGIS Developer Help

IComplexEdgeFeature.GeometryForEID Property

The geometry (polyline) corresponding to the edge EID.

[Visual Basic .NET]
Public Function get_GeometryForEID ( _
    ByVal edgeEID As Integer _
) As IGeometry
[C#]
public IGeometry get_GeometryForEID (
    int edgeEID
);
[C++]
HRESULT get_GeometryForEID(
  long edgeEID,
  IGeometry** Geometry
);
[C++]
Parameters
edgeEID [in]

edgeEID is a parameter of type long Geometry [out, retval]
Geometry is a parameter of type IGeometry**

Product Availability

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

Remarks

The GeometryForEID property allows clients to obtain the portion of the complex edge�s geometry that corresponds to a specified EID. This is useful for network solvers in particular.

See Also

IComplexEdgeFeature Interface