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


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

INALocation Interface

Provides access to properties of an NALocation.

Product Availability

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

Members

Name Description
Read-only property IsLocated Indicates if the location has been found on the network.
Read/write property Side The side of the feature.
Read/write property SourceID The ID of the network source.
Read/write property SourceOID The OID of the feature.
Read/write property SourcePosition The position along the feature.

Classes that implement INALocation

Classes Description
NALocation Defines the side and position of an analysis object on a feature.

Remarks

INALocation is the main interface of the NALocation object.  It provides properties to get and set the SourceID, the SourceOID, the SourcePosition, and the Side.  It also provides the IsLocated property, which determines if the NALocation is actually located by interrogating the other four properties listed above.