yucad3d

CadEntityPutParkData

Sets the park data of the entity.

void CadEntityPutParkData ( YuHandle hEnt, const char* szPark, const char* szWay );

Parameters

hEnt (YuHandle)
Handle to the entity.
szPark (const char*)
NUL-terminated UTF-8 string.
szWay (const char*)
NUL-terminated UTF-8 string.

Return Value

None.

See Also