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


INAServerSolverParams.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 > INAServerSolverParams Interface > INAServerSolverParams.OutputSpatialReference Property
ArcGIS Developer Help

INAServerSolverParams.OutputSpatialReference Property

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**

Product Availability

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

Remarks

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.

See Also

INAServerSolverParams Interface