Click or drag to resize

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
Syntax
IActiveViewInfo GetActiveViewInfo()

Return Value

Type: IActiveViewInfo
ActiveViewInfo object holding information on the view, null if no view active.
Remarks
Unlike it's Commence counterpart, this method returns a IActiveViewInfo object instead of a delimited string. Returns null if no view is active.
See Also