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
)
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:
Booleantrue on success
See Also