FontTable.CurrentIndex Property

FontTableCurrentIndex Property

At all times, there is a "current" font. Unless otherwise specified, new dimension objects are assigned to the current font. The current font is never deleted. Returns: Zero based font index of the current font.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int CurrentIndex { get; }
Public ReadOnly Property CurrentIndex As Integer
	Get

Property Value

Type: Int32
See Also