AttributeLinetypeScale Property
|
Gets or sets the entity line type scale.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double LinetypeScale { get; set; }
Public Property LinetypeScale As Double
Get
Set
public:
property double LinetypeScale {
double get ();
void set (double value);
}
member LinetypeScale : float with get, set
PROPERTY LinetypeScale AS REAL8 GET SET
Property Value
Type:
DoubleSee Also