This document is archived and information here might be outdated. Recommended version. |
The geometry that corresponds to the JunctionElement (a point).
[Visual Basic .NET] Public Function get_GeometryForJunctionEID ( _ ByVal junctionEID As Integer _ ) As IGeometry
[C#] public IGeometry get_GeometryForJunctionEID ( int junctionEID );
[C++]
HRESULT get_GeometryForJunctionEID(
long junctionEID,
IGeometry** Geometry
);
[C++] Parameters junctionEID [in]
junctionEID is a parameter of type long Geometry [out, retval]
Geometry is a parameter of type IGeometry**