File3dmIsValid Method (TextLog) |
The File3dm object is kept consistent during its creation.
Therefore, this function now returns only true.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsValid(
TextLog errors
)
Public Function IsValid (
errors As TextLog
) As Boolean
Parameters
- errors
- Type: Rhino.FileIOTextLog
No errors are found.
Return Value
Type:
Boolean>true in any case.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also