| ArcGIS Explorer Component Help |
| Application..::.IsDocumentDirty Property |
| Application Class See Also |
Gets a value indicating whether the map document contains unsaved changes.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public static bool IsDocumentDirty { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property IsDocumentDirty As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if map document contains unsaved changes; otherwise, falseFalsefalsefalse (False in Visual Basic).
Remarks
Use the SaveDocument method to save the map document.
Version Information: This property is supported from version 2.0.0.1500.