Click or drag to resize

Aggregate Interface

Represents an aggregate in the woodwork automation system. An aggregate is a logical grouping of coordinated manufacturing operations, such as multi-drill units, that perform integrated actions on workpieces. Aggregates enable efficient management of complex operations requiring synchronized execution and shared configuration parameters throughout the manufacturing workflow.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface Aggregate

The Aggregate type exposes the following members.

Properties
 NameDescription
Public propertyAggregateType Gets the type classification of this aggregate as defined by AggregateTypeEnum.
Public propertyName Gets the user-displayable name of the aggregate.
Top
See Also