yucad3d

CadDeleteLayer

Table deletions (Vecad CadDelete<Table>).

std::int32_t CadDeleteLayer ( YuHandle hDwg, YuHandle hLayer );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hLayer (YuHandle)
Handle to the layer.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

Remarks

Linetype removal lives in api_linetype.cpp (the registry is private there).

See Also