This document is archived and information here might be outdated.  Recommended version.


IMultidimensionalDefinition.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMultidimensionalDefinition.Insert Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMultidimensionalDefinition Interface