Click or drag to resize
SoLDMNodeFrontManagerGetFileID Method

Returns the file ID corresponding to the specified tile ID (ID of the tile in the file).

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

Parameters

tileID
Type: OIV.LDMSoLDMTileID

Return Value

Type: Int32
Remarks

Returns 0 if the tile is outside of the real data set (i.e., no data is present in the file for this tile).

See Also