CadEntityGetExData
Returns the ex data of the entity.
void CadEntityGetExData (
YuHandle hEnt,
void* pData
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- pData (void*)
- Caller-supplied output pointer.
Return Value
None.
Returns the ex data of the entity.
None.