Click or drag to resize

ModelPageViewportAttributes Class

Inheritance Hierarchy

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

The ModelPageViewportAttributes type exposes the following members.

Constructors
  NameDescription
Public methodModelPageViewportAttributes
Initializes a new instance of the ModelPageViewportAttributes class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from ModelDataAttributes.)
Public methodEquals(Object) (Inherited from ModelContentAttributes.)
Protected methodEquals(Object, IEqualityComparer) (Overrides ModelViewportAttributesEquals(Object, IEqualityComparer).)
Public methodGetHashCode (Inherited from ModelContentAttributes.)
Protected methodGetHashCode(IEqualityComparer) (Overrides ModelViewportAttributesGetHashCode(IEqualityComparer).)
Protected methodIsValidContentName (Inherited from ModelContentAttributes.)
Protected methodRead (Inherited from ModelContentAttributes.)
Protected methodReadData (Overrides ModelViewportAttributesReadData(GH_IReader).)
Protected methodSubClone (Inherited from ModelDataAttributes.)
Public methodToDetails (Overrides ModelViewportAttributesToDetails.)
Public methodToModelData (Overrides ModelViewportAttributesToModelData.)
Public methodToString (Inherited from ModelContentAttributes.)
Protected methodWrite (Inherited from ModelContentAttributes.)
Protected methodWriteData (Overrides ModelViewportAttributesWriteData(GH_IWriter).)
Top
See Also