PurplePen.Course.Course C# (CSharp) Method

Course() public method

public Course ( ) : System
return System
        public Course()
        {
            this.partPrintAreas = new Dictionary<int, PrintArea>();
            this.partOptions = new Dictionary<int, PartOptions>();
        }

Same methods

Course::Course ( CourseKind kind, string name, float printScale, int sortOrder ) : System