Property that represents shadow modes for 3D
objects. This property corresponds to the CSHADOW system variable.
This property can have the following values: Value Description 0
Shadows cast and received. 1 Shadows cast, but not received. 2
Shadows received but not cast. 3 Shadows neither cast nor
received.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Cshadow { get; set; }
Public Property Cshadow As Integer
Get
Set
public:
property int Cshadow {
int get ();
void set (int value);
}
member Cshadow : int with get, set
Property Value
Int32
See Also