GetLotState

Returns a LotState object populated with the specified LotState data from the material database, based on the LotState’s name.
Syntax
Set
object = MaterialSvr.GetLotState
(ByVal
sName
As String,
UseCollection
As Boolean)
The
GetLotState
method syntax has these parts:
Part
Description
object
Reference to a valid LotState object.
MaterialSvr
Instance of the MaterialServer Interface to which the method is directed.
sName
Represents the name of the LotState.
UseCollection
True:
Attempts to locate the specified LotState in a pre-populated collection. If no collection is present, one is created and the record is read from the collection.
False:
Reads the record directly from the database.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal