IXMapWSBindingrenderMapRot Method |
See xServer documentation for details.
Namespace:
xserver
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax Map renderMapRot(
MapSectionRot MapSectionRot_1,
MapParams MapParams_2,
ImageInfo ImageInfo_3,
Layer[] ArrayOfLayer_4,
bool boolean_5,
CallerContext CallerContext_6
)
Function renderMapRot (
MapSectionRot_1 As MapSectionRot,
MapParams_2 As MapParams,
ImageInfo_3 As ImageInfo,
ArrayOfLayer_4 As Layer(),
boolean_5 As Boolean,
CallerContext_6 As CallerContext
) As Map
Map^ renderMapRot(
MapSectionRot^ MapSectionRot_1,
MapParams^ MapParams_2,
ImageInfo^ ImageInfo_3,
array<Layer^>^ ArrayOfLayer_4,
bool boolean_5,
CallerContext^ CallerContext_6
)
abstract renderMapRot :
MapSectionRot_1 : MapSectionRot *
MapParams_2 : MapParams *
ImageInfo_3 : ImageInfo *
ArrayOfLayer_4 : Layer[] *
boolean_5 : bool *
CallerContext_6 : CallerContext -> Map
Parameters
- MapSectionRot_1
- Type: xserverMapSectionRot
See xServer documentation for details. - MapParams_2
- Type: xserverMapParams
See xServer documentation for details. - ImageInfo_3
- Type: xserverImageInfo
See xServer documentation for details. - ArrayOfLayer_4
- Type: xserverLayer
See xServer documentation for details. - boolean_5
- Type: SystemBoolean
See xServer documentation for details. - CallerContext_6
- Type: xserverCallerContext
See xServer documentation for details.
Return Value
Type:
Map See xServer documentation for details.
See Also