GetTagAddress

<< Click to Display Table of Contents >>

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

GetTagAddress


 

タグのアドレスを取得します。

 

 

 


構文

strAddress = AxEng1.GetTagAddress(

                                         UnitName ,

                                         FolderName ,

                                         TagName

                                         )


パラメータ

UnitName

 

type:

string

 

ユニット名。 例)U01

FolderName

 

type:

string

 

フォルダ名。 例)F01

TagName

 

type:

string

 

タグ名。 例)T01

 

戻り値

strAddress

 

type:

string

 

タグのアドレス文字列

 


解説

タグのアドレス(D0000やM0000など)を返します。

 

 

 

 

 


参照