SoLDMTileManagerIsInMemory Method |
Indicates whether a tile is in main memory.
Called when the node front manager evaluates the texture front.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual bool IsInMemory(
SoLDMTileID tileID
)
Public Overridable Function IsInMemory (
tileID As SoLDMTileID
) As Boolean
public:
virtual bool IsInMemory(
SoLDMTileID tileID
)
abstract IsInMemory :
tileID : SoLDMTileID -> bool
override IsInMemory :
tileID : SoLDMTileID -> bool
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
Boolean
See Also