yucad3d

CadPrnRectDelete

Deletes the named print region.

std::int32_t CadPrnRectDelete ( YuHandle hDwg, std::int32_t iRect );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
iRect (std::int32_t)
Zero-based index.

Return Value

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

See Also