This document is archived and information here might be outdated. Recommended version. |
Save the contents of the globe document to the bound file.
[Visual Basic .NET] Public Sub Save ( _ [ByVal bUseRelativePaths As Boolean], _ [ByVal bCreateThumnbail As Boolean] _ )
[C#] public void Save ( bool bUseRelativePaths, bool bCreateThumnbail );
[C++]
HRESULT Save(
VARIANT_BOOL bUseRelativePaths,
VARIANT_BOOL bCreateThumnbail
);
[C++]
Parameters bUseRelativePaths [in, optional, defaultvalue()]
bUseRelativePaths is a parameter of type bool bCreateThumnbail [in, optional, defaultvalue()]
bCreateThumnbail is a parameter of type bool