ArcObjects Library Reference (GeoDatabase)  

IJunctionFeature.OriginalGeometryForJunctionElement Property

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

Product Availability

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

See Also

IJunctionFeature Interface