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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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