GenericSPOpenItem Method (Item) | 
 
            Opens the specified item - using a bookmark if applicable, otherwise overlay
            number and item id.
            
 
    Namespace: 
   Cadcorp.GFB.CadcorpSP
    Assembly:
   Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic void OpenItem(
	Item item
)
Public Sub OpenItem ( 
	item As Item
)
Parameters
- item
 - Type: CadcorpItem
The item to open. If null, then close the existing current item and
            do not open a new one. 
RemarksThe Item may be stripped, that is, it requires only ItemID, Bookmark, OverlayNo.
See Also