Linktab (XSIUtils)
Description
Returns a Linktab object.
C# Syntax
// get accessor Linktab rtn = XSIUtils.Linktab;
Examples
VBScript Example
' Get the linktab object Set l_linktab = xsiutils.linktab ' Use the linktab object to obtain a collection of linktab rules if l_linktab.Filename(szFilename) = "True" then Application.LogMessage szFilename else Application.LogMessage "Linktab filename not set" end if
SOFTIMAGE|XSI v6.01