RhinoCommon API
File3dmAudit Method |
This function is only kept for forward assembly compatibility.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)

public int Audit( bool attemptRepair, out int repairCount, out string errors, out int[] warnings )
Public Function Audit ( attemptRepair As Boolean, <OutAttribute> ByRef repairCount As Integer, <OutAttribute> ByRef errors As String, <OutAttribute> ByRef warnings As Integer() ) As Integer
Parameters
- attemptRepair
- Type: SystemBoolean
Ignored. - repairCount
- Type: SystemInt32
Is set to 0. - errors
- Type: SystemString
Contains no meaninful error. - warnings
- Type: SystemInt32
Is set to null.
Return Value
Type: Int32Returns 0.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Obsolete (compiler warning) in 6.14