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)
Syntaxpublic KeyedSisMimeData[] GetOverlayImages(
OverlayStyle[] styles,
bool includeFTs,
int width,
int height,
string imgFormat
)
Public Function GetOverlayImages (
styles As OverlayStyle(),
includeFTs As Boolean,
width As Integer,
height As Integer,
imgFormat As String
) As KeyedSisMimeData()
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:
KeyedSisMimeDataAn array of images, keyed on the overlay/feature code they relate to.
See Also