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
)
<ObsoleteAttribute("IsValid now returns always true.")>
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.
See Also