ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR FieldName
);
[C++]

Parameters

FieldName [out, retval]   FieldName is a parameter of type BSTR FieldName [in]   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