DatabaseObscuredColor Property
|
Property that represents the ACI color index
of intersection polylines. This property corresponds to the
OBSCUREDCOLOR system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int ObscuredColor { get; set; }
Public Property ObscuredColor As Integer
Get
Set
public:
property int ObscuredColor {
int get ();
void set (int value);
}
member ObscuredColor : int with get, set
Property Value
Int32
See Also