This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevels Interface > ICellSizeLevels.Insert Method (ArcObjects .NET 10.5 SDK) |
Adds a cell size level at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pCellSizeLevels As ICellSizeLevel _ )
[C#] public void Insert ( int index, ICellSizeLevel pCellSizeLevels );
[C++]
HRESULT Insert(
long index,
ICellSizeLevel* pCellSizeLevels
);
[C++]
Parameters index [in] index is a parameter of type long pCellSizeLevels [in]
pCellSizeLevels is a parameter of type ICellSizeLevel