Inserts a class at a specific index, and specifies its peoperties.
[Visual Basic .NET] Public Sub InsertClass ( _ ByVal Index As Integer, _ ByVal props As IOverposterLayerProperties _ )
[C#] public void InsertClass ( int Index, IOverposterLayerProperties props );
[C++]
HRESULT InsertClass(
long Index,
IOverposterLayerProperties* props
);
[C++]Parameters
Index [in] Index is a parameter of type long props [in]props is a parameter of type IOverposterLayerProperties
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.