Function ProSrfcollinstrIncludeSet
Description
Sets the include flag for a surface collection instruction.
Note:Only one-by-one (that is, those of PRO_SURFCOLL_SINGLE_SURF type) instructions cancurrently be excluded.
Synopsis
ProSrfcollinstrIncludeSet
(
/* (In)
Surface collection instruction
*/
ProBoolean include
/* (In)
PRO_B_TRUE to include the surfaces generated by this instruction in the set, PRO_B_FALSE to exclude the surfaces from the set.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This case is not supported.
Sample Code References
User Guide References
これは役に立ちましたか?