API Documentation > Miscellaneous > Object ProSketched > Function ProSketchedHoleMembersCount
Function ProSketchedHoleMembersCount
Description
Count number of holes created by sketched placed hole.
Synopsis
#include <ProHole.h>
ProSketchedHoleMembersCount
(
/* (In)
The handle of the hole feature.
*/
int* total_holes
/* (Out)
number of holes. Output value is -1 in case of error.
*/
)
Returns
The function succeeded.
One or more input arguments is invalid.
Feature is not a hole or not a hole with sketched placement.
A general error occurred and the function failed.
User Guide References
Was this helpful?