Click or drag to resize

File3dmAudit Method

Note: This API is now obsolete.

This function is only kept for forward assembly compatibility.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Polish and Audit functionality no longer exist.")]
public int Audit(
	bool attemptRepair,
	out int repairCount,
	out string errors,
	out int[] warnings
)

Parameters

attemptRepair
Type: SystemBoolean
Ignored.
repairCount
Type: SystemInt32
Is set to 0.
errors
Type: SystemString
Contains no meaningful error.
warnings
Type: SystemInt32
Is set to null.

Return Value

Type: Int32
Returns 0.
See Also