This document is archived and information here might be outdated. Recommended version. |
Sets the minimum and maximum allowed number of classes.
[Visual Basic .NET]
Public Sub SetClassLimits ( _
ByVal minClasses As Integer, _
ByVal maxClasses As Integer _
)
[C#]
public void SetClassLimits (
int minClasses,
int maxClasses
);