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