File3dmNotes
Represents the notes information stored in a 3dm file.
Inheritance Hierarchy
System.Object
Rhino.FileIO.File3dmNotes
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class File3dmNotes
The File3dmNotes type exposes the following members.
Constructors
Name
Description
Public Method
File3dmNotes
Creates empty default notes
Properties
Name
Description
Public Property
IsHtml
Gets or sets the text format. If the format is HTML, true; false otherwise.
Public Property
IsVisible
Gets or sets the notes visibility. If the notes are visible, true; false otherwise.
Public Property
Notes
Gets or sets the text content of the notes.
Public Property
WindowRectangle
Gets or sets the position of the Notes when they were saved.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)