Click or drag to resize

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
Syntax
public bool UpdateAvailable { get; }

Property Value

Type: Boolean
See Also