Worksession.ModelCount Property

WorksessionModelCount Property

Returns the number of models in the worksession. The active model will included in this count whether or not it has been saved.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int ModelCount { get; }
Public ReadOnly Property ModelCount As Integer
	Get

Property Value

Type: Int32
See Also