Click or drag to resize
SoDataSetIsInMemory Method

Indicates whether a tile is in main memory.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsInMemory(
	SoLDMTileID tileID
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: Boolean
Remarks

Called when the node front manager evaluates the texture front.

See Also