Click or drag to resize

CommonObjectIsValidWithLog Method

Determines if an object is valid. Also provides a report on errors if this object happens not to be valid.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsValidWithLog(
	out string log
)

Parameters

log
Type: SystemString
A textual log. This out parameter is assigned during this call.

Return Value

Type: Boolean
true if this object is valid; false otherwise.
See Also