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


INALocatorLocationFieldsAgent2.LocationRangesFieldName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent2 Interface > INALocatorLocationFieldsAgent2.LocationRangesFieldName Property
ArcGIS Developer Help

INALocatorLocationFieldsAgent2.LocationRangesFieldName Property

The NALocationRanges field name.

[Visual Basic .NET]
Public Property LocationRangesFieldName As String
[C#]
public string LocationRangesFieldName {get; set;}
[C++]
HRESULT get_LocationRangesFieldName(
  BSTR FieldName
);
[C++]
HRESULT put_LocationRangesFieldName(
  System.String* FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

LocationRangesFieldName specifies the name of the field which contains the location ranges BLOB field.  You need to call the Bind method after setting this property before using the locator agent.

See Also

INALocatorLocationFieldsAgent2 Interface