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; }
Public MustOverride ReadOnly Property Saved As Boolean
Get
Property Value
Type:
Boolean
True if there are any changes that have not been saved in the drawing. Otherwise false.
See Also