ArcObjects Library Reference (NetworkAnalysis)  

INetworkLoaderProps.DefaultAncillaryRoleField Property

Default ancillary role field name.

[Visual Basic .NET]
Public ReadOnly Property DefaultAncillaryRoleField As String
[C#]
public string DefaultAncillaryRoleField {get;}
[C++]
HRESULT get_DefaultAncillaryRoleField(
  BSTR* DefaultAncillaryRoleField
);
[C++]

Parameters

DefaultAncillaryRoleField [out, retval]   DefaultAncillaryRoleField is a parameter of type BSTR

Product Availability

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

See Also

INetworkLoaderProps Interface