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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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