WorksessionModelUpdateAvailable Property |
True if the file on disk has changed since it was attached, so
Update(UInt32) has something to do.
This is only filled in when the snapshot was taken with the file check
enabled; see GetModels(Boolean). It is always false
otherwise.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool UpdateAvailable { get; }Public ReadOnly Property UpdateAvailable As Boolean
Get
Property Value
Type:
Boolean
See Also