DatabasePlimcheck Property
|
Property that controls whether objects are
allowed outside the grid limits for paper space (current paper
layout). This property corresponds to the PLIMCHECK system
variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Plimcheck { get; set; }
Public Property Plimcheck As Boolean
Get
Set
public:
property bool Plimcheck {
bool get ();
void set (bool value);
}
member Plimcheck : bool with get, set
Property Value
Boolean
See Also