Click or drag to resize

WorksessionModels Property

The models in this worksession, including the active model.

UpdateAvailable is not filled in; use GetModels(Boolean) if you need it.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public WorksessionModel[] Models { get; }

Property Value

Type: WorksessionModel
See Also