PdcNesting.SetMultiMachine: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == SetMultiMachine(True/False as Boolean) as Boolean == Description == Saves the nesting object == Notes == == Parameters == == Code example == <source lan..."
 
No edit summary
 
Line 3: Line 3:


== Description ==
== Description ==
Saves the nesting object
Sets the multimachine property.


== Notes ==
== Notes ==

Latest revision as of 08:50, 24 July 2018

Declaration

SetMultiMachine(True/False as Boolean) as Boolean

Description

Sets the multimachine property.

Notes

Parameters

Code example

    Dim Nest As PDCEXT.INesting

    Nest = PDC.App.MasterData.Nesting
    Nest.SetMultiMachine(True)
    Nest.Save

    Try
      System.Runtime.InteropServices.Marshal.FinalReleaseComObject(Nest)
      Nest = Nothing
    Catch ex As Exception
      Nest = Nothing
    Finally
      GC.Collect()
    End Try

Availability

Available since PdC 5.4