This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterSchema Interface > IGPRasterSchema.CellSizeRule Property (ArcObjects .NET 10.5 SDK) |
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