ArcObjects Library Reference (Geoprocessing)  

IGPRasterSchema.RasterRule Property

Inidicates how the raster is integer property is to be managed.

[Visual Basic .NET]
Public Property RasterRule As esriGPSchemaRasterType
[C#]
public esriGPSchemaRasterType RasterRule {get; set;}
[C++]
HRESULT get_RasterRule(
  esriGPSchemaRasterType* Type
);
[C++]
HRESULT put_RasterRule(
  esriGPSchemaRasterType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriGPSchemaRasterType

Type [in]

  Type is a parameter of type esriGPSchemaRasterType

Product Availability

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

See Also

IGPRasterSchema Interface