This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter2 Interface > IOverposter2.InsertClass Method (ArcObjects .NET 10.4 SDK) |
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