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


IBuildSeamlinesParameters2.CellSizes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters2 Interface > IBuildSeamlinesParameters2.CellSizes Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IBuildSeamlinesParameters2 Interface