Click or drag to resize
SoLDMResourceParametersFixedResolutionReport Structure

This structure returns information to the application when fixedResolution is true and resolution is not -1.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct FixedResolutionReport

The SoLDMResourceParametersFixedResolutionReport type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Default constructor.
Public propertyNumTilesLoaded

Number of tiles LDM has already loaded.

Public propertyNumTilesToAdd

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

Public propertyNumTilesToLoad

How many tiles need to be loaded.

Public propertyWhat

Report code.

Top
Remarks
See Also