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