Skip to main content

TdxCustomMapControl.AddItemFileLayer Method

Creates a new item file layer.

Declaration

function AddItemFileLayer: TdxMapItemFileLayer;

Returns

Type
TdxMapItemFileLayer

Remarks

This function creates a new item file 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