Property that controls the display of
dimension limits. This property corresponds to the DIMLIM system
variable. Value Description false Disabled true Enabled
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimlim { get; set; }
Public Property Dimlim As Boolean
Get
Set
public:
property bool Dimlim {
bool get ();
void set (bool value);
}
member Dimlim : bool with get, set
Property Value
Boolean
See Also