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)
Syntaxpublic Item GetCurrentAttributedItem(
int selType,
bool ignoreBlanks
)
Public Function GetCurrentAttributedItem (
selType As Integer,
ignoreBlanks As Boolean
) As Item
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:
ItemThe fully populated Item structure.
See Also