This document is archived and information here might be outdated. Recommended version. |
The output spatial reference.
[Visual Basic .NET] Public Property SpatialReference As Object
[C#] public object SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
IUnknown Pointer* ppSRS
);
[C++]
HRESULT putref_SpatialReference(
LPUNKNOWN ppSRS
);
[C++]
Parameters ppSRS [out, retval]
ppSRS is a parameter of type IUnknown* ppSRS [in]
ppSRS is a parameter of type IUnknown