ArcObjects Library Reference (GeoDatabase)  

IGPGeometricNetworkMembership.NetworkAncillaryRole Property

The possible network ancillary roles of the contained Features.

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

Parameters

Role [out, retval]

  Role is a parameter of type esriNetworkClassAncillaryRole

Role [in]

  Role is a parameter of type esriNetworkClassAncillaryRole

Product Availability

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

See Also

IGPGeometricNetworkMembership Interface