API 文件集 > Miscellaneous > Object ProDtl > Function ProDtlSyminstElbowlengthGet
Function ProDtlSyminstElbowlengthGet
Description
Obtains the elbow properties of the symbol in 3d.
Synopsis
#include <ProDtlsyminst.h>
ProDtlSyminstElbowlengthGet
(
ProDtlsyminst* p_sym_inst
/* (In)
The symbol instance.
*/
double* op_elbow_length
/* (Out)
The elbow length, in model units (for symbols in annotation planes).
*/
ProVector elbow_direction
/* (Out)
The elbow direction, in the model's coordinate system. This is the direction from the symbol text to the symbol leaders.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The symbol is not placed, or does not use leaders.
The symbol uses the default elbow length.
User Guide References
這是否有幫助?