SoLDMNodeFrontManagerGetDataTileID Method |
Given a tileID, returns the tileID whose data will be used for the input tileID.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoLDMTileID GetDataTileID(
SoLDMTileID tileID
)
Public Function GetDataTileID (
tileID As SoLDMTileID
) As SoLDMTileID
public:
SoLDMTileID GetDataTileID(
SoLDMTileID tileID
)
member GetDataTileID :
tileID : SoLDMTileID -> SoLDMTileID
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
SoLDMTileID
RemarksIn 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