Category 3D drawings and annotations, Object ProDimension

Function ProDimensionBoundSet


Description
set the dimension's bound
Synopsis
#include <ProDimension.h>
ProErrorProDimensionBoundSet(
ProDimension* dim
/* (In)
The dimension's handle
*/
ProMdl TableModel
/* (In)
The model whose table is to be updated
*/
ProDimbound bound
/* (In)
The new bound for the dimension
*/
)
Returns
PRO_TK_NO_ERRORThe function set the dimension's bound successfully.
PRO_TK_BAD_INPUTSThe dimension handle or the TableModel were invalid
PRO_TK_CANT_MODIFYThe dimension's owner model or the TableModel are read-only.
PRO_TK_BAD_CONTEXTcannot set bound for this dimension.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Modifying Dimensions
  3. Annotations: Annotation Features and Annotations: Modifying Dimensions