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: 2024.1.1.0 (2024.1.1)
Syntax
public struct FixedResolutionReport

The SoLDMResourceParametersFixedResolutionReport type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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