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