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