DxfDocumentComments Property
|
Gets or sets DXF file comment lines.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<string> Comments { get; set; }
Public Property Comments As List(Of String)
Get
Set
public:
property List<String^>^ Comments {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Comments : List<string> with get, set
PROPERTY Comments AS List<STRING> GET SET
Property Value
Type:
ListStringSee Also