API Documentation > Sheetmetal > Object ProSmt > Function ProSmtDevldimIsDriven
Function ProSmtDevldimIsDriven
Description
Tells whether the specified DEV.L dimension is currently driven.
Synopsis
#include <ProSheetmetal.h>
ProSmtDevldimIsDriven
(
ProDimension* devl_dim
/* (In)
The DEV.L dimension
*/
ProBoolean* driven
/* (Out)
Whether driven
*/
)
Returns
User Guide References
Was this helpful?