Reads only the notes from an existing 3dm file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static string ReadNotes(
string path
)
Public Shared Function ReadNotes (
path As String
) As String
Parameters
- path
- Type: SystemString
The file from which to read the notes.
Return Value
Type:
StringThe 3dm file notes.
Exceptions| Exception | Condition |
|---|
| FileNotFoundException | If path does not exist, is null or cannot be accessed because of permissions. |
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also