API Documentation > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemHolesetdepthtypeGet
Function ProMfgprocitemHolesetdepthtypeGet
Description
Gets the type of holeset and holeset end reference contained in the manufacturing process step.
Licensing Requirement
Synopsis
ProMfgprocitemHolesetdepthtypeGet
(
/* (In)
The process step.
*/
ProDrillDepthType* depth_type
/* (Out)
The depth type.
*/
/* (Out)
The end reference type, if the depth type is PRO_DRILL_BLIND.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The manufacturing process table is not initialized, see ProMfgProctableEnable().
This item type does not contain holesets.
This step contains more than one holeset. Use the step element tree to extract this information instead of this function.
This step is associated to a feature. Use the feature element tree to access these values.
See Also
Sample Code References
User Guide References
Was this helpful?