GH_Document.ObjectCount Property

GH_DocumentObjectCount Property

Returns the total number of top-level objects in the document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int ObjectCount { get; }
Public ReadOnly Property ObjectCount As Integer
	Get

Property Value

Type: Int32

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.ObjectCount"]

See Also