Click or drag to resize
SheetCreateMapAsync Method

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<IMap> CreateMapAsync(
	string id = null,
	MapProperties properties = null,
	AsyncHandle asyncHandle = null
)

Parameters

id (Optional)
Type: SystemString
properties (Optional)
Type: Qlik.Sense.Client.VisualizationsMapProperties
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskIMap

Implements

ISheetCreateMapAsync(String, MapProperties, AsyncHandle)
See Also