M_Rhino_RhinoDoc_ReadFileVersion - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the file version of the current document. Use this function to determine which version of Rhino last saved the document.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int ReadFileVersion()
VB
Public Function ReadFileVersion As Integer
Type: Int32
The file version (e.g. 1, 2, 3, 4, etc.) or -1 if the document has not been read from disk.
Supported in: 5D58w