XMapWSServicerenderMap Method |
Namespace:
xserver
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Map renderMap(
MapSection MapSection_1,
MapParams MapParams_2,
ImageInfo ImageInfo_3,
Layer[] ArrayOfLayer_4,
bool boolean_5,
CallerContext CallerContext_6
)
Public Function renderMap (
MapSection_1 As MapSection,
MapParams_2 As MapParams,
ImageInfo_3 As ImageInfo,
ArrayOfLayer_4 As Layer(),
boolean_5 As Boolean,
CallerContext_6 As CallerContext
) As Map
public:
virtual Map^ renderMap(
MapSection^ MapSection_1,
MapParams^ MapParams_2,
ImageInfo^ ImageInfo_3,
array<Layer^>^ ArrayOfLayer_4,
bool boolean_5,
CallerContext^ CallerContext_6
) sealed
abstract renderMap :
MapSection_1 : MapSection *
MapParams_2 : MapParams *
ImageInfo_3 : ImageInfo *
ArrayOfLayer_4 : Layer[] *
boolean_5 : bool *
CallerContext_6 : CallerContext -> Map
override renderMap :
MapSection_1 : MapSection *
MapParams_2 : MapParams *
ImageInfo_3 : ImageInfo *
ArrayOfLayer_4 : Layer[] *
boolean_5 : bool *
CallerContext_6 : CallerContext -> Map
Parameters
- MapSection_1
- Type: xserverMapSection
- MapParams_2
- Type: xserverMapParams
- ImageInfo_3
- Type: xserverImageInfo
- ArrayOfLayer_4
- Type: xserverLayer
- boolean_5
- Type: SystemBoolean
- CallerContext_6
- Type: xserverCallerContext
Return Value
Type:
MapRemarks See Also