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


IGPRasterSchema.CellSizeRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRasterSchema.CellSizeRule Property

Inidicates how the cellSize property is to be managed.

[Visual Basic .NET]
Public Property CellSizeRule As esriGPSchemaCellSizeType
[C#]
public esriGPSchemaCellSizeType CellSizeRule {get; set;}
[C++]
HRESULT get_CellSizeRule(
  esriGPSchemaCellSizeType* Type
);
[C++]
HRESULT put_CellSizeRule(
  esriGPSchemaCellSizeType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriGPSchemaCellSizeType Type [in]
Type is a parameter of type esriGPSchemaCellSizeType

Product Availability

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

See Also

IGPRasterSchema Interface