 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<Aggregate> Aggregates { get; }ReadOnly Property Aggregates As IList(Of Aggregate)
Get
Property Value
IListAggregate
See Also