Click or drag to resize

GenericSPGetAttributedItemsUsingOverlay Method

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)
Syntax
public Item[] GetAttributedItemsUsingOverlay(
	string list,
	int selType,
	bool ignoreBlanks,
	Overlay overlay
)

Parameters

list
Type: SystemString
The name of the list.
selType
Type: SystemInt32
The method for selecting which attributes are returned.
ignoreBlanks
Type: SystemBoolean
If true, attributes which evaluate to a blank are ignored.
overlay
Type: CadcorpOverlay
The overlay the results are from

Return Value

Type: Item
An array of fully-populated Item structures.
Remarks
The item that was open at the start of this call will remain so at the end.
See Also