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


IRasterDefaultProps Interface (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
ArcGIS Developer Help

IRasterDefaultProps Interface

Provides access to members that control the default raster properties.

Product Availability

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

Members

Name Description
Read-only property DefaultIntersectExtent The default intersect extent.
Read-only property DefaultPixelHeight The default pixel size in Y.
Read-only property DefaultPixelWidth The default pixel size in X.
Read-only property DefaultSpatialReference The default spatial reference.
Read-only property DefaultUnionExtent The default union extent.
Method ResetToDefault Resets the raster to default state

Classes that implement IRasterDefaultProps

Classes Description
Raster An in-memory representation of a dynamic raster that can perform resampling and reprojection.

Remarks

The default properties of a raster are updated each time a band is added or removed from the raster. This allows the raster to provide useful defaults while still obeying any settings you adjust. The default properties of the raster allow you to examine what these defaults would be if you changed the properties on the raster.

 

See Also

Raster Class | IRasterProps Interface