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


IEdgeFeature.ToJunctionFeature Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEdgeFeature.ToJunctionFeature Property

The junction that corresponds to the to endpoint.

[Visual Basic .NET]
Public ReadOnly Property ToJunctionFeature As IJunctionFeature
[C#]
public IJunctionFeature ToJunctionFeature {get;}
[C++]
HRESULT get_ToJunctionFeature(
  IJunctionFeature** Junction
);
[C++]

Parameters Junction [out, retval]
Junction is a parameter of type IJunctionFeature

Product Availability

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

See Also

IEdgeFeature Interface