GenericSPGetOverlayStyles Method (Boolean) | 
 
            Retrieve styling information about the overlays.
            
 
    Namespace: 
   Cadcorp.GFB.CadcorpSP
    Assembly:
   Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic OverlayStyle[] GetOverlayStyles(
	bool includeFeatureCodeStyles
)
Public Function GetOverlayStyles ( 
	includeFeatureCodeStyles As Boolean
) As OverlayStyle()
Parameters
- includeFeatureCodeStyles
 - Type: SystemBoolean
If true, nested styling information
            is included for the feature table associated with this overlay. 
Return Value
Type: 
OverlayStyleAn array of pens, brushes and shapes.
RemarksPens and brushes are returned as implicit objects, even if a natural alias
            has been defined. This allows client-side applications to parse them.
See Also