Reads only the notes from an existing 3dm file.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public 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. |
See Also