ArcObjects Library Reference (NetworkAnalyst)  

INALocator.OutputSpatialReference Property

The spatial reference for points returned by the locator.

[Visual Basic .NET]
Public Property OutputSpatialReference As ISpatialReference
[C#]
public ISpatialReference OutputSpatialReference {get; set;}
[C++]
HRESULT get_OutputSpatialReference(
  ISpatialReference** SpatialReference
);
[C++]
HRESULT putref_OutputSpatialReference(
  ISpatialReference* SpatialReference
);
[C++]

Parameters

SpatialReference [out, retval]

  SpatialReference is a parameter of type ISpatialReference

SpatialReference [in]

  SpatialReference is a parameter of type ISpatialReference

Product Availability

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

Remarks

The OutputSpatialReference property determines the spatial reference used for results. 

If the OutputSpatialReference for a NALocator attached to a NAContext is set as null, it is assumed to be the same as the spatial reference of the network dataset to which the NAContext is bound.

 

See Also

INALocator Interface