Click or drag to resize

GenericSPGetSingleOverlayStyles Method

Retrieve styling information about an overlay.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected OverlayStyle GetSingleOverlayStyles(
	int overlayNo,
	bool includeFeatureCodeStyles,
	bool getImplicitNolObjects,
	string rasterShape
)

Parameters

overlayNo
Type: SystemInt32
The number of the overlay whose styling info we want
includeFeatureCodeStyles
Type: SystemBoolean
If true, nested styling information is included for the feature table associated with this overlay.
getImplicitNolObjects
Type: SystemBoolean
If true, pens and brushes are returned as implicit objects. If false, they are returned verbatim.
rasterShape
Type: SystemString
The shape we use for raster overlays

Return Value

Type: OverlayStyle

[Missing <returns> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.GetSingleOverlayStyles(System.Int32,System.Boolean,System.Boolean,System.String)"]

Remarks
For performance reasons, set getImplicitNolObjects to be FALSE if the string values are not going to be passed back to the client; see for example GetOverlayImages().
See Also