Interface IGridElement3
this type can be used in a SparseGrid.
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public interface IGridElement3
Methods
CreateNewGridElement(Boolean)
create new instance of this object w/ same size parameters, but don't copy data unless bCopy = true
Declaration
IGridElement3 CreateNewGridElement(bool bCopy)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | bCopy |
Returns
| Type | Description |
|---|---|
| IGridElement3 |