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


IRasterDefaultProps.DefaultSpatialReference Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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