| Description |
| This function sets the collection instruction specific bit flags information in the surface collection instruction. For example, using this API, the geometry rule based attributes can be set. Note: Before calling this API set the include flag (true/false) for this surface collection instruction using ProSrfcollinstrIncludeSet() |
| Synopsis |
| #include <ProSrfcollection.h> |
| ProError | ProSrfCollinstrInfoSet | ( |
| ProSrfcollinstr instruction | |
| /*
(In) |
| The instruction object |
| */ |
| int info | |
| /*
(In) |
| The information bit flags. Pass as bitmask containing one or more of the bit flags PRO_SURFCOLL_* defined ProSrfcollection.h |
| */ |
| ) |
| Returns |
|
|