API 설명서 > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataElbowlengthGet
Function ProDtlnotedataElbowlengthGet
Description
Gets the elbow length for the specified note.
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataElbowlengthGet
(
/* (In)
The note data.
*/
ProBoolean* is_default
/* (Out)
The default flag.
*/
double* elbow_length
/* (Out)
The note elbow length if is_default == PRO_B_FALSE.
*/
)
Returns
The function successfully retrieved the note elbow.
One or more arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?