SoDataSetIsInMemory Method |
Indicates whether a tile is in main memory.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsInMemory(
SoLDMTileID tileID
)
Public Function IsInMemory (
tileID As SoLDMTileID
) As Boolean
public:
bool IsInMemory(
SoLDMTileID tileID
)
member IsInMemory :
tileID : SoLDMTileID -> bool
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
BooleanRemarks Called when the node front manager evaluates the texture front.
See Also