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