MentalRayRenderSettingsTraits2FinalGatheringMode Property
|
Property that represents final gathering mode.
This property can be one of the following: Name Value Description
FinalGatherOff 0 Final gathering is off. FinalGatherOn 1 Final
gathering is on. FinalGatherAuto 2 Final gathering mode is defined
automatically.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract FinalGatheringMode FinalGatheringMode { get; set; }
Public MustOverride Property FinalGatheringMode As FinalGatheringMode
Get
Set
public:
virtual property FinalGatheringMode FinalGatheringMode {
FinalGatheringMode get () abstract;
void set (FinalGatheringMode value) abstract;
}
abstract FinalGatheringMode : FinalGatheringMode with get, set
Property Value
FinalGatheringMode
See Also