GH_DigitNumberPrimaryDigits Property |
Gets the internal list of primary digits. Do not modify this list.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public IList<int> PrimaryDigits { get; }
Public ReadOnly Property PrimaryDigits As IList(Of Integer)
Get
Property Value
Type:
IListInt32[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_DigitNumber.PrimaryDigits"]
See Also