ArcObjects Library Reference (Geoprocessing)  

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