Click or drag to resize

File3dmReadWithLog Method (String, String)

Read a 3dm file from a specified location and log any archive reading errors.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static File3dm ReadWithLog(
	string path,
	out string errorLog
)

Parameters

path
Type: SystemString
The file to read.
errorLog
Type: SystemString
Any archive reading errors are logged here.

Return Value

Type: File3dm
New File3dm on success, null on error.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf path does not exist.
See Also