DatabaseIntersectColor Property
|
Property that represents the ACI color index
of intersection polylines. Intersection polylines are displayed at
the intersections of 3D surfaces if and only if INTERSECTIONDISPLAY
== true. This property corresponds to the INTERSECTIONCOLOR system
variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int IntersectColor { get; set; }
Public Property IntersectColor As Integer
Get
Set
public:
property int IntersectColor {
int get ();
void set (int value);
}
member IntersectColor : int with get, set
Property Value
Int32
See Also