PdcNesting.AddOperation

From External Bemet Wiki
Revision as of 08:08, 24 July 2018 by Mike (talk | contribs) (Created page with "== Declaration == AddOperation(CalculationNo as String, LineNo as Integer, Operation as String, Quantity as Double, MultiMachine as Boolean, PartNo as Integer) as Boolean == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

AddOperation(CalculationNo as String, LineNo as Integer, Operation as String, Quantity as Double, MultiMachine as Boolean, PartNo as Integer) as Boolean

Description

Adds an operation to the nesting object

Notes

Parameters

Quantity :
MultiMachine :
PartNo :

Code example

    Dim Nest As PDCEXT.INesting

    Nest = PDC.App.MasterData.Nesting
    Nest.Read("00000001")
    Nest.AddOperation("00646",30,"LASER1",1,False,"PL0100St37")

Availability

Available since PdC 5.4