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


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

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