Baku.LibqiDotNet.QiObject.SetProperty C# (CSharp) 메소드

SetProperty() 공개 메소드

(動作未確認)オブジェクトのプロパティに値を設定します。
public SetProperty ( string pname, QiValue v ) : QiFuture
pname string プロパティ名
v QiValue プロパティへ代入する値
리턴 QiFuture
        public QiFuture SetProperty(string pname, QiValue v) => QiApiObject.SetProperty(this, pname, v);