OHyMoS.NET Class Library

OhObject.AbsName プロパティ

所有者の情報を取得します。

public string AbsName {get;}

解説

所有者の情報を取得します。
例えば

であり で、現在のオブジェクトはGinkakuであるとします。この場合出力は

Kyoto_1/Sakyo_2/Ginkaku_3
となります。

_owner が nullの場合は "" を返します。  

This method returns a string which specifies the object uniquely.

The string which AbsName returns will be created by concatenating
"absolute name of the owner"
"/"
_objectName
"__"
_objectNumber.

When _owner == NULL, "absolute name of the owner" is taken as "".

Assume that the absolute name of the owner is "/total_sytetem__0", _objectName of the current object is "elm_t", and _objectNumber is 0, then "absname" is
/total_system__0/elm_t__0


参照

OhObject クラス | OhymosNet 名前空間