API 文件集 > Dimensions > Object ProDimlocation > Function ProDimlocationArrowtypesGet
Function ProDimlocationArrowtypesGet
Description
Returns the type of arrows used for each of the dimension arrows.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDimension.h>
ProDimlocationArrowtypesGet
(
/* (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
The function succeeded.
One or more input arguments was invalid.
See Also
這是否有幫助?