ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo.CellSize Property

The cell size at which seamlines are computed.

[Visual Basic .NET]
Public Property CellSize As IPoint
[C#]
public IPoint CellSize {get; set;}
[C++]
HRESULT get_CellSize(
  IPoint** ppCellsize
);
[C++]
HRESULT putref_CellSize(
  IPoint* ppCellsize
);
[C++]

Parameters

ppCellsize [out, retval]

  ppCellsize is a parameter of type IPoint

ppCellsize [in]

  ppCellsize is a parameter of type IPoint

Product Availability

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

See Also

ISeamlineTaskInfo Interface