This document is archived and information here might be outdated. Recommended version. |
Spatial reference of the geometries returned with the analysis results.
[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**
OutputSpatialReference specifies the spatial reference of the resulting geometry arrays returned from Solve. This does not change the spatial reference of the recordsets returned which are in the spatial reference of the network dataset.