Click or drag to resize

File3dmNotes Class

Represents the notes information stored in a 3dm file.
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFile3dmNotes

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class File3dmNotes

The File3dmNotes type exposes the following members.

Constructors
  NameDescription
Public methodFile3dmNotes
Creates empty default notes
Top
Properties
  NameDescription
Public propertyIsHtml
Gets or sets the text format. If the format is HTML, true; false otherwise.
Public propertyIsVisible
Gets or sets the notes visibility. If the notes are visible, true; false otherwise.
Public propertyNotes
Gets or sets the text content of the notes.
Public propertyWindowRectangle
Gets or sets the position of the Notes when they were saved.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also