This document is archived and information here might be outdated. Recommended version. |
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**
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.