Click or drag to resize
SoLDMNodeFrontManagerGetDataTileID Method

Given a tileID, returns the tileID whose data will be used for the input tileID.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoLDMTileID GetDataTileID(
	SoLDMTileID tileID
)

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: SoLDMTileID
Remarks

In other words, the tileID returned is in the data front managed by the Tile Manager and may be the input tileID or its closest ancestor in the front.

See Also