RC-WinTrans Object Model Help |
ProjectFile.IsLoaded
|
Returns whether the project file data is loaded.
Syntax: |
IsLoaded() As Boolean |
| Return: | Boolean |
| Example: | Dim ProjFile As ProjectFile
Dim TUs As TransUnits
Set ProjFile = Application.ActiveProjectFile
If (ProjFile.IsLoaded) Then
Set TUs = ProjFile.TransUnits
End If
|
See also: