Click or drag to resize

ModelUnitSystemValue Structure

Namespace:  Grasshopper.Rhinoceros
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public struct Value : GH_ISerializable, IEquatable<ModelUnitSystemValue>, 
	IComparable<ModelUnitSystemValue>, IComparable

The ModelUnitSystemValue type exposes the following members.

Constructors
  NameDescription
Public methodModelUnitSystemValue(LengthUnit)
Initializes a new instance of the ModelUnitSystemValue class
Public methodModelUnitSystemValue(ActiveSpace, String)
Initializes a new instance of the ModelUnitSystemValue class
Public methodModelUnitSystemValue(UnitSystem, String)
Initializes a new instance of the ModelUnitSystemValue class
Public methodModelUnitSystemValue(UnitSystem, String, Double)
Initializes a new instance of the ModelUnitSystemValue class
Public methodModelUnitSystemValue(ModelUnitSystemValue, String, NullableDouble)
Initializes a new instance of the ModelUnitSystemValue class
Top
Properties
Methods
  NameDescription
Public methodAdjustDocumentUnitSystem
Public methodCompareTo(Object)
Public methodCompareTo(ModelUnitSystemValue)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(ModelUnitSystemValue)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodToLengthUnit
Public methodToNonCustomUnitSystem
Public methodToString (Overrides ValueTypeToString.)
Public methodToUnitSystem
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public field_Factor
Top
See Also