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