LayerTable.Count Property

LayerTableCount Property

Returns number of layers in the layer table, including deleted layers.

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

ICollectionTCount
IReadOnlyCollectionTCount
ICollectionTCount
See Also