Click or drag to resize

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)
Syntax
public OverlayStyle[] GetOverlayStyles(
	bool includeFeatureCodeStyles
)

Parameters

includeFeatureCodeStyles
Type: SystemBoolean
If true, nested styling information is included for the feature table associated with this overlay.

Return Value

Type: OverlayStyle
An array of pens, brushes and shapes.
Remarks
Pens 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