DatabasePsltscale Property
|
Property that controls the generation of
linetypes for Polylines in paper space. This property corresponds
to the PSLTSCALE system variable.
ValueDescriptionfalse Dash lengths in model space are
based on model space drawing units. true Dash lengths in model
space are based on paper space drawing units. When PSLTSCALE is
true, linetypes in viewports will appear the same size as those in
paper space.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Psltscale { get; set; }
Public Property Psltscale As Boolean
Get
Set
public:
property bool Psltscale {
bool get ();
void set (bool value);
}
member Psltscale : bool with get, set
Property Value
Boolean
See Also