File3dm.StartSectionComments Property

File3dmStartSectionComments Property

Gets or sets the start section comments, which are the comments with which the 3dm file begins.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string StartSectionComments { get; set; }
Public Property StartSectionComments As String
	Get
	Set

Property Value

Type: String
See Also