Click or drag to resize

GenericSPGetOverlayImages Method

Get a collection of images which represent the overlays and (optionally) feature codes - that is, drawn in the appropriate pen, brush and shape. Raster overlays are returned blank.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public KeyedSisMimeData[] GetOverlayImages(
	OverlayStyle[] styles,
	bool includeFTs,
	int width,
	int height,
	string imgFormat
)

Parameters

styles
Type: CadcorpOverlayStyle
The overlay styles to be rendered; if null, reads them from GetOverlayStyles().
includeFTs
Type: SystemBoolean
If true, include feature table images.
width
Type: SystemInt32
The width of the images, in pixels.
height
Type: SystemInt32
The height of the images, in pixels.
imgFormat
Type: SystemString
The format of the images.

Return Value

Type: KeyedSisMimeData
An array of images, keyed on the overlay/feature code they relate to.
See Also