DatabaseShadedif Property
|
Property that controls the percentage of
diffuse reflective light (vs. ambient light) when (SHADEDGE == 0)
|| (SHADEDGE == 1). This property corresponds to the SHADEDIF
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Shadedif { get; set; }
Public Property Shadedif As Integer
Get
Set
public:
property int Shadedif {
int get ();
void set (int value);
}
member Shadedif : int with get, set
Property Value
Int32
See Also