Documentação da API > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataElbowlengthSet
Function ProDtlsyminstdataElbowlengthSet
Description
Set an elbow length .
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataElbowlengthSet
(
/* (In)
The symbol instance data.
*/
ProBoolean is_default
/* (In)
The default flag.
*/
double elbow_length
/* (In)
The elbow length (if is_default == PRO_B_FALSE).
*/
)
Returns
The function successfully set the elbow.
One or more arguments were invalid.
Sample Code References
User Guide References
Isto foi útil?