Adds new category.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected void AddCategory(
	XModelCategory category
)

Parameters

category
Type: SGP.XSpace..::.XModelCategory
Newly added category.

Exceptions

ExceptionCondition
System..::.ArgumentNullException category is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also