Home Search

DriveWorks Pro 21
SppGetModelQueueCount

Send Feedback

SppGetModelQueueCount

Returns the number of Parts, Assemblies and Drawings in the Model Generation Queue.

Only un-generated Models and Drawings will be included in the count. The count will not include any already generated or failed Models.

Syntax

SppGetModelQueueCount([Recalculation Trigger])

Where:

Recalculation Trigger is the trigger to force a recalculation during the running of a Specification.

See How To: Force a data refresh when data has changed for one example of implementing a trigger.

Example

RuleResultMeaning
SppGetModelQueueCount(DWConstantDrivenValue)14Will return the number of Models and Drawings in the Model Generation Queue recalculating if the value for Constant changes.