SoLDMTileManagerResourceChangeNotify Method |
Notification of a memory resource change.
If the application changes the main memory resource using the SoLDMResourceManager,
ResourceChangeNotify is called to notify the SoLDMTileManager that more tiles can be
loaded or some must be unloaded.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void ResourceChangeNotify()
Public Overridable Sub ResourceChangeNotify
public:
virtual void ResourceChangeNotify()
abstract ResourceChangeNotify : unit -> unit
override ResourceChangeNotify : unit -> unit
See Also