Category 3D drawings and annotations, Object ProDimension

Function ProDimensionPlaneGet


Description
Obtains the orientation of the dimension.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionPlaneGet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProAnnotationPlane* plane
/* (Out)
The orientation of the dimension. For dimensions which are not assigned a specific orientation, this may include PRO_ID_NO_ANNOTATION_PLANE as its id.
*/
)
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: Dimension Orientation