Skip to main content

TdxCustomMapControl.AddItemLayer Method

Creates a new item layer.

Declaration

function AddItemLayer: TdxMapItemLayer;

Returns

Type
TdxMapItemLayer

Remarks

This function creates a new item layer with default settings, appends it to the map control’s Layers collection, and returns the created layer as the function’s result.

See Also