Click or drag to resize

ModelDisplayModeAttributes Class

Inheritance Hierarchy

Namespace:  Grasshopper.Rhinoceros.Display
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class Attributes : ModelContentAttributes

The ModelDisplayModeAttributes type exposes the following members.

Constructors
  NameDescription
Public methodModelDisplayModeAttributes
Initializes a new instance of the ModelDisplayModeAttributes class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from ModelDataAttributes.)
Public methodEquals(Object) (Inherited from ModelContentAttributes.)
Protected methodEquals(Object, IEqualityComparer) (Inherited from ModelContentAttributes.)
Public methodGetHashCode (Inherited from ModelContentAttributes.)
Protected methodGetHashCode(IEqualityComparer) (Inherited from ModelContentAttributes.)
Protected methodIsValidContentName (Inherited from ModelContentAttributes.)
Protected methodRead (Inherited from ModelContentAttributes.)
Protected methodReadData (Overrides ModelContentAttributesReadData(GH_IReader).)
Protected methodSubClone (Inherited from ModelDataAttributes.)
Public methodToDetails (Inherited from ModelDataAttributes.)
Public methodToModelData (Overrides ModelDataAttributesToModelData.)
Public methodToString (Overrides ModelContentAttributesToString.)
Protected methodWrite (Inherited from ModelContentAttributes.)
Protected methodWriteData (Overrides ModelContentAttributesWriteData(GH_IWriter).)
Top
See Also