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


IGPRasterSchema.RasterFormatRule Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterSchema Interface > IGPRasterSchema.RasterFormatRule Property
ArcGIS Developer Help

IGPRasterSchema.RasterFormatRule Property

Inidicates how the raster format property is to be managed.

[Visual Basic .NET]
Public Property RasterFormatRule As esriGPSchemaRasterFormatType
[C#]
public esriGPSchemaRasterFormatType RasterFormatRule {get; set;}
[C++]
HRESULT get_RasterFormatRule(
  esriGPSchemaRasterFormatType* Type
);
[C++]
HRESULT put_RasterFormatRule(
  esriGPSchemaRasterFormatType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriGPSchemaRasterFormatType* Type [in]
Type is a parameter of type esriGPSchemaRasterFormatType

Product Availability

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

See Also

IGPRasterSchema Interface