Click or drag to resize

File3dmReadArchiveVersion Method

Reads only the archive 3dm version from an existing 3dm file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public static int ReadArchiveVersion(
	string path
)

Parameters

path
Type: SystemString
The file from which to read the archive version.

Return Value

Type: Int32
The 3dm file archive version.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf path does not exist, is null or cannot be accessed because of permissions.
See Also