MentalRayRenderSettingsTraitsRayTraceEnabled Property
|
Property that indicates whether ray tracing
should be enabled.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract bool RayTraceEnabled { get; set; }
Public MustOverride Property RayTraceEnabled As Boolean
Get
Set
public:
virtual property bool RayTraceEnabled {
bool get () abstract;
void set (bool value) abstract;
}
abstract RayTraceEnabled : bool with get, set
Property Value
Boolean
See Also