LinetypeDescription Property
|
Gets or sets the line type description (optional).
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
PROPERTY Description AS STRING GET SET
Property Value
Type:
StringSee Also