MentalRayRenderSettingsTraitsFGRayCount Property
|
Property that represents the amount of final
gather rays to use for each final gather point.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract int FGRayCount { get; set; }
Public MustOverride Property FGRayCount As Integer
Get
Set
public:
virtual property int FGRayCount {
int get () abstract;
void set (int value) abstract;
}
abstract FGRayCount : int with get, set
Property Value
Int32
See Also