SoLDMTileManagerUnLockTile Method |
Set the LOCKED state to false for the given SoLDMTileID
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void UnLockTile(
SoLDMTileID tileId,
bool forceUnload
)
Public Overridable Sub UnLockTile (
tileId As SoLDMTileID,
forceUnload As Boolean
)
public:
virtual void UnLockTile(
SoLDMTileID tileId,
bool forceUnload
)
abstract UnLockTile :
tileId : SoLDMTileID *
forceUnload : bool -> unit
override UnLockTile :
tileId : SoLDMTileID *
forceUnload : bool -> unit
Parameters
- tileId
- Type: OIV.LDMSoLDMTileID
- forceUnload
- Type: SystemBoolean
See Also