Click or drag to resize

MachineAggregates Property

Returns the collection of Aggregate objects available on this machine. Each aggregate represents a specialized manufacturing unit (such as multi-drill units) with coordinated operation capabilities defined by the machine configuration. Aggregates provide extended manufacturing functionality beyond standard spindle operations.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
IList<Aggregate> Aggregates { get; }

Property Value

IListAggregate
See Also