Click or drag to resize

ObjectDraftingLineWidthValue Structure

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

The ObjectDraftingLineWidthValue type exposes the following members.

Constructors
  NameDescription
Public methodObjectDraftingLineWidthValue(Double)
Initializes a new instance of the ObjectDraftingLineWidthValue class
Public methodObjectDraftingLineWidthValue(ObjectPlotWeightSource)
Initializes a new instance of the ObjectDraftingLineWidthValue class
Public methodObjectDraftingLineWidthValue(ObjectPlotWeightSource, Double)
Initializes a new instance of the ObjectDraftingLineWidthValue class
Top
Properties
Methods
  NameDescription
Public methodCompareTo(Object)
Public methodCompareTo(ObjectDraftingLineWidthValue)
Public methodDeconstruct
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(ObjectDraftingLineWidthValue)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
See Also