Click or drag to resize

GenericSPGetOverlayThemes Method

Generate a description of the themes attached to an overlay.
Remarks
Note that the theme legends do not contain size information until GetThemeLegendSizes() is called; this must normally be done in a separate session.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected Theme[] GetOverlayThemes(
	int oNumber
)

Parameters

oNumber
Type: SystemInt32
The number of the overlay.

Return Value

Type: Theme
A populated array of Theme objects.
See Also