Method RemoveStatDefinition
RemoveStatDefinition(StatDefinition)
Removes the given StatDefinition from this Catalog.
Declaration
public bool RemoveStatDefinition(StatDefinition statDefinition)
Parameters
| Type | Name | Description |
|---|---|---|
| StatDefinition | statDefinition | The StatDefinition to remove. |
Returns
| Type | Description |
|---|---|
| bool | Whether or not the removal was successful. |