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


IBuildSeamlinesParameters2.CellSizes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters2.CellSizes Property

The cell size values.

[Visual Basic .NET]
Public Property CellSizes As IDoubleArray
[C#]
public IDoubleArray CellSizes {get; set;}
[C++]
HRESULT get_CellSizes(
  IDoubleArray** ppCellSizes
);
[C++]
HRESULT putref_CellSizes(
  IDoubleArray* ppCellSizes
);
[C++]

Parameters ppCellSizes [out, retval]
ppCellSizes is a parameter of type IDoubleArray ppCellSizes [in]
ppCellSizes is a parameter of type IDoubleArray

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface