This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.SpatialRef Property (ArcObjects .NET 10.5 SDK) |
The spatial reference.
[Visual Basic .NET] Public Property SpatialRef As ISpatialReference
[C#] public ISpatialReference SpatialRef {get; set;}
[C++]
HRESULT get_SpatialRef(
ISpatialReference** ppSR
);
[C++]
HRESULT putref_SpatialRef(
ISpatialReference* ppSR
);
[C++]
Parameters ppSR [out, retval]
ppSR is a parameter of type ISpatialReference ppSR [in]
ppSR is a parameter of type ISpatialReference