ArcObjects Library Reference (NetworkAnalyst)  

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 [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.

See Also

INALocationRangesObject Interface

.NET Samples

ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm)