XSIUtils.Linktab

説明

Linktab オブジェクトを戻します。

C#構文

// get accessor

Linktab rtn = XSIUtils.Linktab;

VBScript の例

' 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