API Documentation > Miscellaneous > Object ProHole > Function ProHolePropertyGet
Function ProHolePropertyGet
Description
Retrieves the value of the indicated hole feature property.
Synopsis
#include <ProHole.h>
ProHolePropertyGet
(
/* (In)
The hole feature.
*/
/* (In)
The hole property type to retrieve.
*/
/* (Out)
The property value.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
Was this helpful?