Click or drag to resize
SoLDMResourceParametersFixedResolutionReportNumTilesToAdd Property

How many more tiles need to be allowed in main memory.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int NumTilesToAdd { get; set; }

Property Value

Type: Int32
Remarks

The value of this variable is relevant only if the delegateis called with an ABORT report code. An automatic memory adjustment is possible by calling setMaxTilesInMainMem( getMaxTilesInMainMem() + numTilesToAdd ) and then reenabling the fixed resolution mode within the delegatefunction.

See Also