ModelUnitSystemValue Constructor (ModelUnitSystemValue, String, NullableDouble) |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic Value(
ModelUnitSystemValue other,
string name = null,
double? factor = null
)
Public Sub New (
other As ModelUnitSystemValue,
Optional name As String = Nothing,
Optional factor As Double? = Nothing
)
Parameters
- other
- Type: Grasshopper.RhinocerosModelUnitSystemValue
- name (Optional)
- Type: SystemString
- factor (Optional)
- Type: SystemNullableDouble
See Also