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)
Syntaxprotected Overlay GetSingleOverlayDetails(
int overlayNumber,
bool includeThemes,
bool includeFeatureCodes,
bool includeSchema
)
Protected Function GetSingleOverlayDetails (
overlayNumber As Integer,
includeThemes As Boolean,
includeFeatureCodes As Boolean,
includeSchema As Boolean
) As Overlay
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:
OverlayAnOverlay structures describing the overlay.
RemarksDepending on the various parameters passed, certain sub-arrays may be unpopulated.
See Also