ArcObjects Library Reference (NetworkAnalyst)  

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 [out, retval]

  SpatialReference is a parameter of type ISpatialReference

SpatialReference [in]

  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