Click or drag to resize

ModelNamedView.Attributes Class

Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class Attributes : ModelContent.Attributes, IEquatable<ModelNamedView.Attributes>

The ModelNamedView.Attributes type exposes the following members.

Constructors
  NameDescription
Public methodModelNamedView.Attributes
Initializes a new instance of the ModelNamedView.Attributes class
Top
Properties
Methods
  NameDescription
Protected methodAsFrozen (Inherited from ModelContent.Attributes.)
Public methodClone (Inherited from ModelData.Attributes.)
Public methodEquals(Object) (Inherited from ModelContent.Attributes.)
Protected methodEquals(Object, IEqualityComparer) (Overrides ModelContent.Attributes.Equals(Object, IEqualityComparer).)
Public methodGetHashCode() (Inherited from ModelContent.Attributes.)
Protected methodGetHashCode(IEqualityComparer) (Overrides ModelContent.Attributes.GetHashCode(IEqualityComparer).)
Protected methodIsValidContentName (Inherited from ModelContent.Attributes.)
Protected methodRead (Inherited from ModelContent.Attributes.)
Protected methodReadData (Overrides ModelContent.Attributes.ReadData(GH_IReader).)
Protected methodSubClone (Inherited from ModelData.Attributes.)
Public methodToDetails (Overrides ModelData.Attributes.ToDetails().)
Public methodToModelData (Overrides ModelData.Attributes.ToModelData().)
Public methodToString (Inherited from ModelContent.Attributes.)
Protected methodWrite (Inherited from ModelContent.Attributes.)
Protected methodWriteData (Overrides ModelContent.Attributes.WriteData(GH_IWriter).)
Top
See Also