Click or drag to resize

GenericSPSetThemeStatus Method

Set the status of a theme

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void SetThemeStatus(
	int overlayNumber,
	int themeNumber,
	bool enabled
)

Parameters

overlayNumber
Type: SystemInt32
The number of the overlay on which the theme exists
themeNumber
Type: SystemInt32
The number of the theme
enabled
Type: SystemBoolean
Should the theme be enabled?
See Also