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


IJunctionFeature.NetworkAncillaryRole 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.NetworkAncillaryRole Property
ArcGIS Developer Help

IJunctionFeature.NetworkAncillaryRole Property

Programmatic update of the NetworkFeature.

[Visual Basic .NET]
Public Property NetworkAncillaryRole As esriNetworkFeatureAncillaryRole
[C#]
public esriNetworkFeatureAncillaryRole NetworkAncillaryRole {get; set;}
[C++]
HRESULT get_NetworkAncillaryRole(
  esriNetworkFeatureAncillaryRole* Role
);
[C++]
HRESULT put_NetworkAncillaryRole(
  esriNetworkFeatureAncillaryRole Role
);
[C++]
Parameters
Role [out, retval]

Role is a parameter of type esriNetworkFeatureAncillaryRole* Role [in]
Role is a parameter of type esriNetworkFeatureAncillaryRole

Product Availability

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

See Also

IJunctionFeature Interface