This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.Save Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[C++]
HRESULT Save(
VARIANT_BOOL bUseRelativePaths,
VARIANT_BOOL bCreateThumnbail
);
[C++]
Parameters bUseRelativePaths [in, optional, defaultvalue(VARIANT_TRUE)] bUseRelativePaths is a parameter of type VARIANT_BOOL bCreateThumnbail [in, optional, defaultvalue(VARIANT_TRUE)] bCreateThumnbail is a parameter of type VARIANT_BOOL