Click or drag to resize
SoLDMResourceParametersLoadPolicies Enumeration

Tile Load Policy.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum LoadPolicies
Members
  Member nameValueDescription
NO_USER_INTERACTION0

Load tiles only when when there is no user interaction, i.e., application idles.

(Default)

ALWAYS1

Always load tiles.

NEVER2

No tile loading.

Allows suspension of the loading process.

Remarks
See Also