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


ICoordinateConversionAction.DestinationReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICoordinateConversionAction.DestinationReference Property

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

Product Availability

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

See Also

ICoordinateConversionAction Interface