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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.