HatchPatternType Property
|
Gets or sets the hatch pattern type.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public HatchType Type { get; set; }
Public Property Type As HatchType
Get
Set
public:
property HatchType Type {
HatchType get ();
void set (HatchType value);
}
member Type : HatchType with get, set
PROPERTY Type AS HatchType GET SET
Property Value
Type:
HatchTypeSee Also