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


INetworkLoaderProps.DefaultAncillaryRoleField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoaderProps Interface > INetworkLoaderProps.DefaultAncillaryRoleField Property
ArcGIS Developer Help

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(
  System.String* 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