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


IExportItemsParameters.SpatialRef Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppSR is a parameter of type ISpatialReference ppSR [in]
ppSR is a parameter of type ISpatialReference

Product Availability

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

See Also

IExportItemsParameters Interface