SoLDMNodeFrontManagerGetTexTileID Method |
Given a tileID, returns the tileID whose texture 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 GetTexTileID(
SoLDMTileID tileID
)
Public Function GetTexTileID (
tileID As SoLDMTileID
) As SoLDMTileID
public:
SoLDMTileID GetTexTileID(
SoLDMTileID tileID
)
member GetTexTileID :
tileID : SoLDMTileID -> SoLDMTileID
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
Return Value
Type:
SoLDMTileID
RemarksIn other words, the tileID returned is in the texture front and may be the input tileID or its closest ancestor in the front.
See Also