DxfDocumentCurrentLineTypeScale Property
|
Returns/sets the current entity linetype scale.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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:
Double
See Also