Description | ||||||||
Returns the type of arrows used for each of the dimension arrows. | ||||||||
Licensing Requirement | ||||||||
TOOLKIT for 3D Drawings | ||||||||
Synopsis | ||||||||
#include <ProDimension.h> | ||||||||
ProError | ProDimlocationArrowtypesGet | ( | ||||||
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 | ||||||||
|
||||||||
See Also | ||||||||
ProDimensionLocationGet | ||||||||
ProDimlocationArrowsGet |