 | JobClampings Property |
Returns the collection of the
Clamping objects associated with the job.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
SyntaxIList<Clamping> Clampings { get; }
ReadOnly Property Clampings As IList(Of Clamping)
Get
Return Value
IListClamping
for (var index = 0; index < Job.Clampings.Count; index++) {
var clamp = Job.Clampings[index];
}
See Also