DxfDocumentCurrentLineTypeScale Property
|
Returns/sets the current entity linetype scale.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double CurrentLineTypeScale { get; set; }
Public Property CurrentLineTypeScale As Double
Get
Set
public:
property double CurrentLineTypeScale {
double get ();
void set (double value);
}
member CurrentLineTypeScale : float with get, set
PROPERTY CurrentLineTypeScale AS REAL8 GET SET
Property Value
Type:
DoubleSee Also