|
||
USINT prim_facets_count(SS_FACET_HANDLE fh);
SS_FACET_HANDLE fh; // A facet handle retrieved by prim_facets_collect
|
|
|
Synopsis |
#include "silver.h"
The prim_facets_count function returns the number of facets in the group associated with the facet handle.
|
|
Parameters |
fh is an SS_FACET_HANDLE retrieved by prim_facets_collect
|
|
Return Value |
prim_facets_count returns the 1-based positive integer count if successful, or 0 otherwise.
|
|
See Also |
prim_facets_collect, prim_facet_get, prim_facets_release
|
|
Example |
See prim_facets_collect for an example |
|