DelTag

<< Click to Display Table of Contents >>

マニュアル > リファレンス > メソッド >

DelTag


 

タグの登録を解除します。

 

 

 


構文

bResult = AxEng1.DelTag(

                                 UnitName ,

                                 FolderName ,

                                 TagName

                                 )


パラメータ

UnitName

 

type:

string

 

ユニット名。例)” U01”

FolderName

 

type:

string

 

フォルダ名。例)” F01”

TagName

 

type:

string

 

タグ名。例)” T01”

 

戻り値

bResult

 

type:

bool

 

FALSE - 失敗。TRUE - 成功。

 


解説

DelUnitメソッドでタグの第3階層であるタグをプログラム中から削除します。

 

 

 

 


参照

 

AddTag