ModelNamedView.Attributes
Inheritance Hierarchy
System.Object
Grasshopper.Rhinoceros.ModelData.Attributes
Grasshopper.Rhinoceros.ModelContent.Attributes
Grasshopper.Rhinoceros.Display.ModelNamedView.Attributes
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
Name
Description
Public Method
ModelNamedView.Attributes
Initializes a new instance of the ModelNamedView.Attributes class
Properties
Name
Description
Public Property
Name
The last component of the element Path.
(Inherited from ModelContent.Attributes.)
Public Property
Notes
(Inherited from ModelContent.Attributes.)
Public Property
Parent
Path of the parent element in ‘Root::Parent’ format if nested.
(Inherited from ModelContent.Attributes.)
Public Property
Path
Full content path in ‘Root::Parent::Name’ format if is nested.
(Inherited from ModelContent.Attributes.)
Public Property
Tags
(Inherited from ModelContent.Attributes.)
Public Property
View
Methods
Name
Description
Protected method
AsFrozen
(Inherited from ModelContent.Attributes.)
Public Method
Clone
(Inherited from ModelData.Attributes.)
Public Method
Equals(Object)
(Inherited from ModelContent.Attributes.)
Protected method
Equals(Object, IEqualityComparer)
(Overrides
ModelContent.Attributes.Equals(Object, IEqualityComparer)
.)Public Method
GetHashCode.
(Inherited from ModelContent.Attributes.)
Protected method
GetHashCode(IEqualityComparer)
(Overrides
ModelContent.Attributes.GetHashCode(IEqualityComparer)
.)Protected method
IsValidContentName
(Inherited from ModelContent.Attributes.)
Protected method
Read
(Inherited from ModelContent.Attributes.)
Protected method
ReadData
(Overrides
ModelContent.Attributes.ReadData(GH_IReader)
.)Protected method
SubClone
(Inherited from ModelData.Attributes.)
Public Method
ToDetails
(Overrides
ModelData.Attributes.ToDetails.
.)Public Method
ToModelData
(Overrides
ModelData.Attributes.ToModelData.
.)Public Method
ToString
(Inherited from ModelContent.Attributes.)
Protected method
Write
(Inherited from ModelContent.Attributes.)
Protected method
WriteData
(Overrides
ModelContent.Attributes.WriteData(GH_IWriter)
.)