This document is archived and information here might be outdated. Recommended version. |
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*