Click or drag to resize

DrillHeadSequenceDrillHeadTools Property

Returns the collection of DrillHeadTool objects that compose the drilling sequence. Each tool in the collection represents a drilling operation with its own parameters and execution order.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<DrillHeadTool> DrillHeadTools { get; }

Property Value

IListDrillHeadTool
See Also