API Documentation > Sheetmetal > Object ProSmt > Function ProSmtDevldimDrivenSet
Function ProSmtDevldimDrivenSet
Description
Sets whether the specified DEV.L dimension is currently driven.
Synopsis
#include <ProSheetmetal.h>
ProSmtDevldimDrivenSet
(
ProDimension* devl_dim
/* (In)
The DEV.L dimension
*/
ProBoolean driven
/* (In)
Whether driven
*/
)
Returns
Model is in read-only state. PRO_TK_BAD_CONTEXT
devl_dim eq. NULL
User Guide References
Was this helpful?