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)
Syntaxpublic RenderInfo GetMap(
string imgFormat
)
Public Function GetMap (
imgFormat As String
) As RenderInfo
Parameters
- imgFormat
- Type: SystemString
The format of image required.
Return Value
Type:
RenderInfoThe rendered map and associated details.
RemarksAssumes that SetRenderSize() has already been called.
See Also