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


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

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