RhinoDocReadFileVersion Method |
Returns the major version of Rhino that wrote the .3dm file this document was read from.
Values from referenced or merged files are not reported.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic int ReadFileVersion()
Public Function ReadFileVersion As Integer
Return Value
Type:
Int32
The Rhino major version (e.g. 1, 2, 3, ... 8, 9), or -1 if this document was not read from a .3dm file.
Remarks
See Also