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


IRasterDefaultProps.DefaultSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterDefaultProps Interface > IRasterDefaultProps.DefaultSpatialReference Property
ArcGIS Developer Help

IRasterDefaultProps.DefaultSpatialReference Property

The default spatial reference.

[Visual Basic .NET]
Public ReadOnly Property DefaultSpatialReference As ISpatialReference
[C#]
public ISpatialReference DefaultSpatialReference {get;}
[C++]
HRESULT get_DefaultSpatialReference(
  ISpatialReference** SpatialRef
);
[C++]
Parameters
SpatialRef [out, retval]

SpatialRef is a parameter of type ISpatialReference**

Product Availability

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

See Also

IRasterDefaultProps Interface