File3dmIsValid Method (String) |
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(
out string errors
)
Public Function IsValid (
<OutAttribute> ByRef errors As String
) As Boolean
Parameters
- errors
- Type: SystemString
No errors are found.
Return Value
Type:
Booleantrue in any case.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Obsolete (compiler warning) in 6.8
See Also