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


IJunctionFeature.GeometryForJunctionElement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJunctionFeature Interface > IJunctionFeature.GeometryForJunctionElement Property
ArcGIS Developer Help

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