DatabaseXclipFrame Property
|
Property that controls the visibility of Xref
clip boundaries. This property corresponds to the XCLIPFRAME system
variable. ValueDescriptiontrue Xref clip boundaries
are invisible and not plotted. false Xref clip boundaries are
visible and plotted.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool XclipFrame { get; set; }
Public Property XclipFrame As Boolean
Get
Set
public:
property bool XclipFrame {
bool get ();
void set (bool value);
}
member XclipFrame : bool with get, set
Property Value
Boolean
See Also