This document is archived and information here might be outdated. Recommended version. |
Add the class code and its associated wight.
[Visual Basic .NET] Public Sub AddClassCodeAndWeight ( _ ByVal ClassCode As Integer, _ ByVal weight As Integer _ )
[C#] public void AddClassCodeAndWeight ( int ClassCode, int weight );
[C++]
HRESULT AddClassCodeAndWeight(
long ClassCode,
long weight
);
[C++]
Parameters ClassCode [in]
ClassCode is a parameter of type long weight [in]
weight is a parameter of type long