SoDataSetGetTileIDInMemory Method |
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetTileIDInMemory(
IList<long> tilesInMemory
)
Public Sub GetTileIDInMemory (
tilesInMemory As IList(Of Long)
)
public:
void GetTileIDInMemory(
IList<long long>^ tilesInMemory
)
member GetTileIDInMemory :
tilesInMemory : IList<int64> -> unit
Parameters
- tilesInMemory
- Type: System.Collections.GenericIListInt64
Remarks Used for visual feedback to highlight tiles in main memory. Only called if the SoVolumeRendering.DRAW_TOPOLOGY flag is true.
See Also