Click or drag to resize

SectionStyleTableCount Property

Returns number of section styles in the section style table, including deleted section styles.

This count also spans table slots emptied by a purge, so it can be larger than the number of section styles that are actually there. See the remarks on the indexer.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int Count { get; }

Property Value

Type: Int32

Implements

ICollectionTCount
See Also