PdcNesting.Read
Jump to navigation
Jump to search
Declaration
Read(NestNo as String) as Boolean
Description
Reads a nest into the nesting object
Notes
Parameters
NestNo :
Code example
Dim Nest As PDCEXT.INesting
Nest = PDC.App.MasterData.Nesting
Nest.Read("00000001")
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