MentalRayRenderSettingsTraitsMemoryLimit Property
|
Property that represents the maximum amount of
memory that can be allocated for rendering in MB.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract int MemoryLimit { get; set; }
Public MustOverride Property MemoryLimit As Integer
Get
Set
public:
virtual property int MemoryLimit {
int get () abstract;
void set (int value) abstract;
}
abstract MemoryLimit : int with get, set
Property Value
Int32
See Also