Category 3D drawings and annotations, Object ProDimension

Function ProDimensionOrdinatestandardSet


Description
Assigns the ordinate standard used by the given dimension. All of the related ordinate dimensions in a set must use the dame standard.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionOrdinatestandardSet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProDimOrdinateStandard ordinate_standard
/* (In)
The ordinate standard.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_CANT_MODIFYThe input ordinate dimension is not a baseline dimension.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions
  2. Annotations: Annotation Features and Annotations: Accessing Ordinate and Baseline Dimensions