Function ProDimensionBoundGet
Description
retrieve the dimension's bound.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionBoundGet
(
/* (In)
The dimension's handle
*/
ProDimbound* r_bound
/* (Out)
The dimension's bound.
*/
)
Returns
The function retrieved the bound successfully.
The dimension was not a valid prodimension.
User Guide References
Was this helpful?