Click or drag to resize

GenericSPGetMap Method

Retrieve a map image together with its scale and extents (derived from GetViewPos).

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public RenderInfo GetMap(
	string imgFormat
)

Parameters

imgFormat
Type: SystemString
The format of image required.

Return Value

Type: RenderInfo
The rendered map and associated details.
Remarks
Assumes that SetRenderSize() has already been called.
See Also