Click or drag to resize

GenericSPGetOverlaySchema Method (Int32)

Constructs the schema for a particular overlay.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public SchemaColumn[] GetOverlaySchema(
	int overlayNumber
)

Parameters

overlayNumber
Type: SystemInt32
The number of the overlay

Return Value

Type: SchemaColumn
An array of SchemaColumn items for the overlay
See Also