Gets the name of the base project for the screen. | |
Syntax: | String = object.BaseProject |
Description: | The BaseProject property gets the name of
the project used to fully qualify any unqualified points in the
screen. Example: Sub GefScreen_BaseProject() Dim oCimScr As GefScreen Set oCimScr = CimGetScreen MsgBox "The screens base project name
is " & """" & oCimScr.BaseProject & """" End Sub |