RhinoCommon API
File3dmReadNotes Method |
Reads only the notes from an existing 3dm file.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
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.
| Exception | Condition |
|---|---|
| FileNotFoundException | If path does not exist, is null or cannot be accessed because of permissions. |