yucad3d

CadAddMline

Creates a new multiline entity and returns its handle.

YuHandle CadAddMline ( YuHandle hDwg, std::int32_t bClosed );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
bClosed (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

The handle of the newly created multiline entity, or 0 on failure.

See Also