Click or drag to resize

GenericSPGetOverlayDetails Method

Generate a complete description of the current overlays, including feature coding and theming.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Overlay[] GetOverlayDetails(
	bool includeThemes,
	bool includeFeatureCodes,
	bool includeSchema
)

Parameters

includeThemes
Type: SystemBoolean
If true, theme information is included.
includeFeatureCodes
Type: SystemBoolean
If true, feature coding information is included.
includeSchema
Type: SystemBoolean
If true, schema information is included.

Return Value

Type: Overlay
An array of Overlay structures describing the overlays.
Remarks
Depending on the various parameters passed, certain sub-arrays may be unpopulated.
See Also