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


NALocationRangesObject Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Classes > N > NALocationRangesObject Class
ArcGIS Developer Help

NALocationRangesObjectClass Class

A container of NALocationRanges which can be used like a row.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
INALocationRangesObject Provides access to the NALocationRanges information associated with an NALocationRangesObject instance.
IObject (esriGeoDatabase) Provides access to the class the row belongs to.
IRelatedObjectEvents (esriGeoDatabase) Provides access to events that occur when related objects change, move or rotate.
IRow (esriGeoDatabase) Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowChanges (esriGeoDatabase) Provides access to members that return information about changed values and the original value in a row.
IRowCompare (esriGeoDatabase) Provides access to a member that compares two rows.
IRowEdit (esriGeoDatabase) Provides access to members implemented to customize object editing.
IRowEvents (esriGeoDatabase) Provides access to events that occur when an object is modified, created or deleted.
IRowSubtypes (esriGeoDatabase) Provides access to members to return and modify the subtype code and to initialize the default values.
ISupportErrorInfo (esriSystem)
IValidate (esriGeoDatabase) Provides access to members to validate individual features.

Remarks

An NALocationRangesObject is an Object that implements INALocationRangesObject

The NALocationRangesObject represents a Row in an NAClass table.

The INALocationRangesObject interface can be used to retrieve the associated set of network junctions and ranges along edges.