GenericSPFindCurrentItemName Method |
Find the "name" of an item. This is the contents of the first schema column.
Namespace:
Cadcorp.GFB.CadcorpSP
Assembly:
Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic virtual string FindCurrentItemName(
int overlayNo
)
Public Overridable Function FindCurrentItemName (
overlayNo As Integer
) As String
Parameters
- overlayNo
- Type: SystemInt32
The number of the overlay the item is found in.
Return Value
Type:
StringThe name of the item.
See Also