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)
Syntaxpublic Overlay[] GetOverlayDetails(
bool includeThemes,
bool includeFeatureCodes,
bool includeSchema
)
Public Function GetOverlayDetails (
includeThemes As Boolean,
includeFeatureCodes As Boolean,
includeSchema As Boolean
) As Overlay()
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:
OverlayAn array of Overlay structures describing the overlays.
RemarksDepending on the various parameters passed, certain sub-arrays may be unpopulated.
See Also