Click or drag to resize

ModelLinetypeAttributes Class

Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Drafting
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class Attributes : ModelComponentContentAttributes, IEquatable<ModelLinetypeAttributes>

The ModelLinetypeAttributes type exposes the following members.

Constructors
  NameDescription
Public methodModelLinetypeAttributes
Initializes a new instance of the ModelLinetypeAttributes class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from ModelDataAttributes.)
Public methodEquals(Object) (Inherited from ModelContentAttributes.)
Protected methodEquals(Object, IEqualityComparer) (Overrides ModelComponentContentAttributesEquals(Object, IEqualityComparer).)
Public methodGetHashCode (Inherited from ModelContentAttributes.)
Protected methodGetHashCode(IEqualityComparer) (Overrides ModelComponentContentAttributesGetHashCode(IEqualityComparer).)
Protected methodIsValidContentName (Inherited from ModelContentAttributes.)
Protected methodRead (Inherited from ModelContentAttributes.)
Protected methodReadData (Overrides ModelComponentContentAttributesReadData(GH_IReader).)
Protected methodSubClone (Inherited from ModelDataAttributes.)
Public methodToDetails (Overrides ModelComponentContentAttributesToDetails.)
Public methodToModelData (Overrides ModelDataAttributesToModelData.)
Public methodToString (Inherited from ModelContentAttributes.)
Protected methodWrite (Inherited from ModelContentAttributes.)
Protected methodWriteData (Overrides ModelComponentContentAttributesWriteData(GH_IWriter).)
Top
Operators
See Also