CadEntityPutExData
Sets the ex data of the entity.
void CadEntityPutExData (
YuHandle hEnt,
void* pData,
std::int32_t nBytes
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- pData (void*)
- Caller-supplied output pointer.
- nBytes (std::int32_t)
- Integer value.
Return Value
None.