This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorLocationFieldsAgent2 Interface > INALocatorLocationFieldsAgent2.LocationRangesFieldName Property (ArcObjects .NET 10.5 SDK) |
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
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.