Category Features, Object ProHole

Function ProHolePropertyGet


Description
Retrieves the value of the indicated hole feature property.
Synopsis
#include <ProHole.h>
ProErrorProHolePropertyGet(
ProFeature* hole
/* (In)
The hole feature.
*/
ProHoleProperty property
/* (In)
The hole property type to retrieve.
*/
ProParamvalue* value
/* (Out)
The property value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Element Trees: Hole: Hole-specific Functions
  2. Element Trees: Hole: Hole-specific Functions