CadPutOwner
Attaches a host-defined owner value to the drawing.
void CadPutOwner (
YuHandle hDwg,
std::uint32_t Owner
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Owner (std::uint32_t)
- Integer value.
Return Value
None.