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


IGPRasterSchema.RasterRule Property (ArcObjects .NET 10.5 SDK)
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