DatabaseShadowPlaneLocation
Property
|
Property that controls the location on the
current Z-axis of an invisible ground plane used to display
shadows. The shadow plane casts and receives shadows. This property
corresponds to the SHADOWPLANELOCATION system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double ShadowPlaneLocation { get; set; }
Public Property ShadowPlaneLocation As Double
Get
Set
public:
property double ShadowPlaneLocation {
double get ();
void set (double value);
}
member ShadowPlaneLocation : float with get, set
Property Value
Double
See Also