ArcObjects Library Reference (GeoDatabase)  

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 edges geometry that corresponds to a specified EID. This is useful for network solvers in particular.

See Also

IComplexEdgeFeature Interface