Category
3D drawings and annotations
, Object
ProDimension
Function ProDimensionBoundGet
Description
retrieve the dimension's bound.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimensionBoundGet
(
ProDimension
*
dim
/* (In)
The dimension's handle
*/
ProDimbound
*
r_bound
/* (Out)
The dimension's bound.
*/
)
Returns
PRO_TK_NO_ERROR
The function retrieved the bound successfully.
PRO_TK_BAD_INPUTS
The dimension was not a valid prodimension.
Manual References:
Assembly: Data Sharing Features: Accessing Properties of Variant Features
Annotations: Annotation Features and Annotations: Visiting Dimensions
Annotations: Annotation Features and Annotations: Visiting Dimensions