Click or drag to resize

AnnotationDimensionSettingsAttributes Class

Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelDataAttributes
    Grasshopper.Rhinoceros.AnnotationsAnnotationDimensionSettingsAttributes

Namespace:  Grasshopper.Rhinoceros.Annotations
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class Attributes : ModelDataAttributes, IStructuralEquatable, 
	IEquatable<AnnotationDimensionSettingsAttributes>

The AnnotationDimensionSettingsAttributes type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationDimensionSettingsAttributes
Initializes a new instance of the AnnotationDimensionSettingsAttributes class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from ModelDataAttributes.)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Protected methodEquals(Object, IEqualityComparer)
Public methodStatic memberFrom
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Protected methodGetHashCode(IEqualityComparer)
Protected methodRead (Overrides ModelDataAttributesRead(GH_IReader).)
Protected methodSubClone (Inherited from ModelDataAttributes.)
Public methodToDetails (Overrides ModelDataAttributesToDetails.)
Public methodToModelData (Overrides ModelDataAttributesToModelData.)
Public methodToString (Inherited from ModelDataAttributes.)
Protected methodWrite (Overrides ModelDataAttributesWrite(GH_IWriter).)
Top
See Also