Baku.LibqiDotNet.QiObject.GetProperty C# (CSharp) Method

GetProperty() public method

(動作未確認)オブジェクトのプロパティ値を取得します。
public GetProperty ( string pname ) : QiFuture
pname string 取得対象となるプロパティの名前
return QiFuture
        public QiFuture GetProperty(string pname) => QiApiObject.GetProperty(this, pname);