Click or drag to resize

File3dmIsValid Method (String)

Note: This API is now obsolete.

The File3dm object is kept consistent during its creation. Therefore, this function now returns only true.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("IsValid now returns always true.")]
public bool IsValid(
	out string errors
)

Parameters

errors
Type: SystemString
No errors are found.

Return Value

Type: Boolean
true in any case.
See Also