Click or drag to resize

AnnotationLeaderSettingsAttributes Class

Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelDataAttributes
    Grasshopper.Rhinoceros.AnnotationsAnnotationLeaderSettingsAttributes

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

The AnnotationLeaderSettingsAttributes type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationLeaderSettingsAttributes
Initializes a new instance of the AnnotationLeaderSettingsAttributes 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