Click or drag to resize

File3dmReadNotes Method

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
)

Parameters

path
Type: SystemString
The file from which to read the notes.

Return Value

Type: String
The 3dm file notes.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf path does not exist, is null or cannot be accessed because of permissions.
See Also