Click or drag to resize

RhinoDocAudit Method

Audits the contents of the document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.19
Syntax
public bool Audit(
	TextLog textLog,
	bool attemptRepair
)

Parameters

textLog
Type: Rhino.FileIOTextLog
If an error is detected, then a description of the error is logged here.
attemptRepair
Type: SystemBoolean
If true, then the method attempts to repair any detected errors.

Return Value

Type: Boolean
True if document is valid.
See Also