This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirectionsAgent2 Interface > INACompactStreetDirectionsAgent2.OutputSpatialReference Property (ArcObjects .NET 10.5 SDK) |
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