RC-WinTrans Object Model Help |
ProjectFile.TransUnits
|
Type Info: |
TransUnits As TransUnits |
| Example: | Dim ProjFile As ProjectFile
Dim TUs As TransUnits
Set ProjFile = Application.ActiveProjectFile
If (ProjFile.IsLoaded) Then
Set TUs = ProjFile.TransUnits
End If
|
| Remarks: | Read-only property.
|