This document is archived and information here might be outdated. Recommended version. |
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**
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.