This document is archived and information here might be outdated. Recommended version. |
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*