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