Method AddStatDefinition
AddStatDefinition(StatDefinition)
Adds the given StatDefintion to this Catalog.
Declaration
public bool AddStatDefinition(StatDefinition statDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| StatDefinition | statDefinition | The StatDefinition to add. |
Returns
| Type | Description |
|---|---|
| bool | Whether or not the adding was successful. |