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


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

INALocationRangesObject.NALocationRanges Property

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 [in]

locationRanges is a parameter of type INALocationRanges* locationRanges [out, retval]
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.

See Also

INALocationRangesObject Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor