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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
IList<DrillHeadTool> DrillHeadTools { get; }

Property Value

IListDrillHeadTool
See Also