Convert a SIS List into an array of
Items with their details.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic Item[] GetItems(
string list
)
Public Function GetItems (
list As String
) As Item()
Parameters
- list
- Type: SystemString
The name of the list.
Return Value
Type:
ItemAn array of fully-populated Item structures.
RemarksThe item that was open at the start of this call will remain so at the end.
See Also