GenericSPGetOverlayThemes Method |
Generate a description of the themes attached to an overlay.
RemarksNote 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)
Syntaxprotected Theme[] GetOverlayThemes(
int oNumber
)
Protected Function GetOverlayThemes (
oNumber As Integer
) As Theme()
Parameters
- oNumber
- Type: SystemInt32
The number of the overlay.
Return Value
Type:
ThemeA populated array of Theme objects.
See Also