BinaryArchiveReader.Read3dmStartSection Method

BinaryArchiveReaderRead3dmStartSection Method

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

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Read3dmStartSection(
	out int version,
	out string comment
)
Public Function Read3dmStartSection ( 
	<OutAttribute> ByRef version As Integer,
	<OutAttribute> ByRef comment As String
) As Boolean

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
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also