StorageExec Constructor(Int32)
- Last UpdatedNov 06, 2025
- 1 minute read
The StorageExec() method is the constructor for the StorageExec class. It creates a StorageExec object.
This overload of the method initializes all fields by specifying an existing StorageExec record in the Storage_Exec table on which to base the field entries.
'Usage
Dim entId As Integer
Dim instance As New StorageExec(entId)
Parameters
- entId
- Required. Holds the ID of an entity that can store material. The field contents of this entity's storage exec record will be copied to initialize the fields of the new storage exec record.