Click or drag to resize

GenericSPGetCurrentAttributedItem Method

Convert the current SIS Item into an Item with all its details, with the exception of Attributes.

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 GetCurrentAttributedItem(
	int selType,
	bool ignoreBlanks
)

Parameters

selType
Type: SystemInt32

[Missing <param name="selType"/> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.GetCurrentAttributedItem(System.Int32,System.Boolean)"]

ignoreBlanks
Type: SystemBoolean

[Missing <param name="ignoreBlanks"/> documentation for "M:Cadcorp.GFB.CadcorpSP.GenericSP.GetCurrentAttributedItem(System.Int32,System.Boolean)"]

Return Value

Type: Item
The fully populated Item structure.
See Also