 | ICommenceDatabaseGetActiveViewInfo Method |
Returms information on the currently active view (if any).
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxIActiveViewInfo GetActiveViewInfo()
Function GetActiveViewInfo As IActiveViewInfo
Return Value
Type:
IActiveViewInfoActiveViewInfo object holding information on the view,
null if no view active.
RemarksUnlike it's Commence counterpart, this method returns a
IActiveViewInfo object instead of a delimited string.
Returns
null if no view is active.
See Also