This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator Interface > INALocator.OutputSpatialReference Property (ArcObjects .NET 10.5 SDK) |
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
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.