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 > INALocationRangesObject Interface > INALocationRangesObject.NALocationRanges Property (ArcObjects .NET 10.5 SDK) |
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
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.