HatchPatternDescription Property
|
Gets or sets the hatch description (optional, this information is not saved in the dxf file).
Namespace:
DXFReaderNET.Entities
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