Category 3D drawings and annotations, Object ProDimension

Function ProDimensionParentGet


Description
Retrieves the parent dimension of the value dependent dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionParentGet(
ProDimension* dim
/* (In)
The dimension's handle.
*/
ProDimension* parent_dim
/* (Out)
The parent dimension.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe dimension is not value dependent or parent dimension is not retrieved.

Manual References:

  1. Core: Features: Feature Dimensions
  2. Annotations: Annotation Features and Annotations: Visiting Dimensions
  3. Annotations: Annotation Features and Annotations: Visiting Dimensions