Click or drag to resize

GenericSPGetSingleOverlayDetails 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
protected Overlay GetSingleOverlayDetails(
	int overlayNumber,
	bool includeThemes,
	bool includeFeatureCodes,
	bool includeSchema
)

Parameters

overlayNumber
Type: SystemInt32
The number of the overlay to get the details of
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
AnOverlay structures describing the overlay.
Remarks
Depending on the various parameters passed, certain sub-arrays may be unpopulated.
See Also