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


IGPGeometricNetworkMembership.NetworkAncillaryRole Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPGeometricNetworkMembership Interface > IGPGeometricNetworkMembership.NetworkAncillaryRole Property
ArcGIS Developer Help

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