This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppCellsize is a parameter of type IPoint* ppCellsize [out, retval]
ppCellsize is a parameter of type IPoint**