Click or drag to resize

DocumentSaved Property

Retrieve whether there are any changes that have not been saved in the drawing.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract bool Saved { get; }

Property Value

Type: Boolean
True if there are any changes that have not been saved in the drawing. Otherwise false.
See Also