API 설명서 > Miscellaneous > Object ProLayerstate > Function ProLayerstateModelitemUnhide
Function ProLayerstateModelitemUnhide
Description
Remove the item from the layer state hidden items list.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayerstate.h>
ProLayerstateModelitemUnhide
(
ProLayerstate* layer_state
/* (In)
Layer State.
*/
/* (In)
Item to be unhidden.
*/
)
Returns
Item removed from the layer state.
Model is in read-only state.
Invalid input arguments.
Layer state not found.
Item is unhidden already.
User Guide References
도움이 되셨나요?