This document is archived and information here might be outdated.  Recommended version.


IJunctionFeature.GeometryForJunctionElement Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IJunctionFeature.GeometryForJunctionElement Property

The geometry (point) corresponding to the junction with the given subID.

[Visual Basic .NET]
Public Function get_GeometryForJunctionElement ( _
    ByVal subID As Integer _
) As IGeometry
[C#]
public IGeometry get_GeometryForJunctionElement (
    int subID
);
[C++]
HRESULT get_GeometryForJunctionElement(
  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