This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > ICoordinateConversionAction Interface > ICoordinateConversionAction.DestinationReference Property (ArcObjects .NET 10.5 SDK) |
Spatial reference to which incoming geometry objects will be converted.
[Visual Basic .NET] Public Property DestinationReference As ISpatialReference
[C#] public ISpatialReference DestinationReference {get; set;}
[C++]
HRESULT get_DestinationReference(
ISpatialReference** pVal
);
[C++]
HRESULT put_DestinationReference(
ISpatialReference* pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type ISpatialReference pVal [in]
pVal is a parameter of type ISpatialReference