API 설명서 > Miscellaneous > Object ProLayerstate > Function ProLayerstateLayerRemove
Function ProLayerstateLayerRemove
Description
Remove layer reference from a layer state.
Replacement in Object TOOLKIT:
Synopsis
#include <ProLayerstate.h>
ProLayerstateLayerRemove
(
ProLayerstate* layer_state
/* (In)
Layer state.
*/
ProLayer* layer
/* (In)
Layer to be removed.
*/
)
Returns
Layer removed.
Model is in read-only state.
Invalid input parameters.
Passed models of either layer state or the layer are not of ProSolid type.
Layer state or Layer is not found.
Layer does not exist.
User Guide References
도움이 되셨나요?