API 설명서 > Miscellaneous > Object ProLayerstate > Function ProLayerstateModelitemIsHidden
Function ProLayerstateModelitemIsHidden
Description
Check if the item is hidden on the layer state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayerstate.h>
ProLayerstateModelitemIsHidden
(
ProLayerstate* layer_state
/* (In)
Layer state.
*/
/* (In)
Item to be checked.
*/
ProBoolean* p_value
/* (Out)
True / False value.
*/
)
Returns
Value returned successfully.
Invalid input data.
Layer state not found.
User Guide References
도움이 되셨나요?