Category 3D drawings and annotations, Object ProDimension

Function ProDimensionIsOrdinate


Description
Identifies if a dimension is ordinate.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionIsOrdinate(
ProDimension* dimension
/* (In)
The dimension.
*/
ProBoolean* is_ordinate
/* (Out)
PRO_B_TRUE if the dimension is ordinate, PRO_B_FALSE otherwise.
*/
ProDimension* baseline
/* (Out)
The baseline, if the dimension is ordinate. Valid only if the is_ordinate is PRO_B_TRUE.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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