Click or drag to resize

ObjectSectionStyleValue Structure

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

The ObjectSectionStyleValue type exposes the following members.

Constructors
  NameDescription
Public methodObjectSectionStyleValue(ModelSectionStyle)
Initializes a new instance of the ObjectSectionStyleValue class
Public methodObjectSectionStyleValue(ObjectSectionAttributesSource)
Initializes a new instance of the ObjectSectionStyleValue class
Public methodObjectSectionStyleValue(ObjectSectionAttributesSource, ModelSectionStyle)
Initializes a new instance of the ObjectSectionStyleValue class
Top
Properties
Methods
  NameDescription
Public methodCompareTo(Object)
Public methodCompareTo(ObjectSectionStyleValue)
Public methodDeconstruct
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(ObjectSectionStyleValue)
Public methodEquals(Object, IEqualityComparer)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetHashCode(IEqualityComparer)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
See Also