yucad3d

CadGetEntityByUserData

Returns the by user data of the entity.

YuHandle CadGetEntityByUserData ( YuHandle hDwg, std::int32_t Val );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Val (std::int32_t)
Integer value.

Return Value

The requested handle, or 0 if not found.

See Also