Property that represents the gap to be
displayed where one 3D object hides another. This property
corresponds to the HALOGAP system variable. HALOGAP is zoom
independent, and is specified as a percentage of one drawing
unit.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int HaloGap { get; set; }
Public Property HaloGap As Integer
Get
Set
public:
property int HaloGap {
int get ();
void set (int value);
}
member HaloGap : int with get, set
Property Value
Int32
See Also