Provides access to properties of an NALocation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
IsLocated | Indicates if the location has been found on the network. | |
Side | The side of the feature. | |
SourceID | The ID of the network source. | |
SourceOID | The OID of the feature. | |
SourcePosition | The position along the feature. |
CoClasses that implement INALocation
CoClasses and 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.