Category Dimensions, Object ProDimlocation

Function ProDimlocationArrowtypesGet


Description
Returns the type of arrows used for each of the dimension arrows.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimlocationArrowtypesGet(
ProDimlocation location
/* (In)
The dimension location structure obtained from ProDimensionLocationGet().
*/
ProLeaderType* arrow_1
/* (Out)
The arrow type used for the first dimension arrow. Pass NULL if not interested in this output.
*/
ProLeaderType* arrow_2
/* (Out)
The arrow type used for the second dimension arrow. Should be ignored if the dimension type would have only one arrowhead. Pass NULL if not interested in this output.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProDimensionLocationGet
ProDimlocationArrowsGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Location
  2. Annotations: Annotation Features and Annotations: Dimension Location