File3dmObjectTable.Count Property

File3dmObjectTableCount Property

Returns the total amount of items in the object table, including lights.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32

Implements

IReadOnlyCollectionTCount
ICollectionTCount
See Also