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