Click or drag to resize

BinaryArchiveReaderRead3dmStartSection Method

[Missing <summary> documentation for "M:Rhino.FileIO.BinaryArchiveReader.Read3dmStartSection(System.Int32@,System.String@)"]

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax
public bool Read3dmStartSection(
	out int version,
	out string comment
)

Parameters

version
Type: SystemInt32
.3dm file version (2, 3, 4, 5 or 50)
comment
Type: SystemString
String with application name, et cetera. This information is primarily used when debugging files that contain problems. McNeel and Associates stores application name, application version, compile date, and the OS in use when file was written.

Return Value

Type: Boolean
true on success
See Also