PdcNesting.MultiMachine: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == MultiMachine() as Boolean == Description == Getsthe multimachine property. == Notes == == Parameters == == Code example == <source lang="vb"> Dim Ne..." |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Gets the multimachine property. | |||
== Notes == | == Notes == |
Latest revision as of 08:53, 24 July 2018
Declaration
MultiMachine() as Boolean
Description
Gets the multimachine property.
Notes
Parameters
Code example
Dim Nest As PDCEXT.INesting
Nest = PDC.App.MasterData.Nesting
if Nest.MultiMachine Then
End If
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