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


INACompactStreetDirectionsAgent2.OutputSpatialReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent2.OutputSpatialReference Property

Output spatial reference to use for geometries returned by the directions objects.

[Visual Basic .NET]
Public Property OutputSpatialReference As ISpatialReference
[C#]
public ISpatialReference OutputSpatialReference {get; set;}
[C++]
HRESULT get_OutputSpatialReference(
  ISpatialReference** ppSpatialReference
);
[C++]
HRESULT putref_OutputSpatialReference(
  ISpatialReference* ppSpatialReference
);
[C++]

Parameters ppSpatialReference [out, retval]
ppSpatialReference is a parameter of type ISpatialReference ppSpatialReference [in]
ppSpatialReference is a parameter of type ISpatialReference

Product Availability

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

See Also

INACompactStreetDirectionsAgent2 Interface