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


IExportItemsParameters.SpatialRef Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.SpatialRef Property
ArcGIS Developer Help

IExportItemsParameters.SpatialRef Property

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 [in]

ppSR is a parameter of type ISpatialReference* ppSR [out, retval]
ppSR is a parameter of type ISpatialReference**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportItemsParameters Interface