ObjectDraftingLineWidth.Value
Namespace: Grasshopper.Rhinoceros.Drafting
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public struct Value : GH_ISerializable, IEquatable<ObjectDraftingLineWidth.Value>, IComparable<ObjectDraftingLineWidth.Value>, IComparable
The ObjectDraftingLineWidth.Value type exposes the following members.
Constructors
Name
Description
Public Method
ObjectDraftingLineWidth.Value(Double)
Initializes a new instance of the ObjectDraftingLineWidth.Value class
Public Method
ObjectDraftingLineWidth.Value(ObjectPlotWeightSource)
Initializes a new instance of the ObjectDraftingLineWidth.Value class
Public Method
ObjectDraftingLineWidth.Value(ObjectPlotWeightSource, Double)
Initializes a new instance of the ObjectDraftingLineWidth.Value class
Properties
Name
Description
Public Property
Static Member
ByLayer
Public Property
Static Member
ByParent
Public Property
Source
Public Property
Width
Methods
Name
Description
Public Method
CompareTo(Object)
Public Method
CompareTo(ObjectDraftingLineWidth.Value)
Public Method
Deconstruct
Public Method
Equals(Object)
(Overrides ValueType.Equals(Object).)
Public Method
Equals(ObjectDraftingLineWidth.Value)
Public Method
GetHashCode
(Overrides ValueType.GetHashCode..)
Public Method
ToString
(Overrides ValueType.ToString..)
Operators
Name
Description
Public Operator
Static Member
.(Double to ObjectDraftingLineWidth.Value)
Public Operator
Static Member
.(ObjectPlotWeightSource to ObjectDraftingLineWidth.Value)
Public Operator
Static Member
.(ObjectDraftingLineWidth.Value to ObjectPlotWeightSource)
Public Operator
Static Member
.(ObjectDraftingLineWidth.Value to Double)