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


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

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 [in]

SpatialReference is a parameter of type ISpatialReference* SpatialReference [out, retval]
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