The NALocationRanges object associated with this NALocationRangesObject instance.
[Visual Basic .NET] Public Property NALocationRanges As INALocationRanges
[C#] public INALocationRanges NALocationRanges {get; set;}
[C++]
HRESULT get_NALocationRanges(
INALocationRanges** locationRanges
);
[C++]
HRESULT put_NALocationRanges(
INALocationRanges* locationRanges
);
[C++]Parameters
locationRanges [out, retval]locationRanges is a parameter of type INALocationRanges
locationRanges [in]locationRanges is a parameter of type INALocationRanges
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
The NALocationRanges object associated with this NALocationRangesObject.
After setting INALocationRanges properties on the retrieved NALocationRanges, you must add the NALocationRanges back to the INALocationRangesObject in order for the changes to be reflected in the NALocationRangesObject. You must also call Store on the IRow or IFeature interface in order for these changes to be saved in the database.