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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<DrillHeadTool> DrillHeadTools { get; }

Property Value

IListDrillHeadTool
See Also