Category 3D drawings and annotations, Object ProDimension

Function ProDimensionChamferLeaderGet


Description
Obtains the chamfer dimension leader style for the chamfer dimension.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionChamferLeaderGet(
ProDimension* dimension
/* (In)
The Dimension.
*/
ProDrawing drawing
/* (In)
The Drawing Pass NULL for dimension displayed in solid.
*/
ProDimChamferLeaderStyle* chamfer_leader_style
/* (Out)
The chamfer dimension leader style.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe dimension style is not chamfer.

Manual References:

  1. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions
  2. Annotations: Annotation Features and Annotations: 45-degree Chamfer Dimensions