InstanceDefinitionTable.Count Property

InstanceDefinitionTableCount Property

Number of items in the instance definitions table.

Namespace:  Rhino.DocObjects.Tables
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