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


IEdgeFeature.FromJunctionFeature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeFeature Interface > IEdgeFeature.FromJunctionFeature Property
ArcGIS Developer Help

IEdgeFeature.FromJunctionFeature Property

The junction that corresponds to the from endpoint.

[Visual Basic .NET]
Public ReadOnly Property FromJunctionFeature As IJunctionFeature
[C#]
public IJunctionFeature FromJunctionFeature {get;}
[C++]
HRESULT get_FromJunctionFeature(
  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