FrameFilter.GetBoolParameter Method
oolean(ブール型)パラメータを取得します。
構文
[VB.NET]
Public Function GetBoolParameter( name As String ) As Boolean
[C#]
public bool GetBoolParameter( string name );
パラメータ | 説明 |
---|---|
name | 設定するパラメータ名。有効なパラメータ名のリストを取得するには、AvailableParametersクラスライブラリリファレンス>クラス>FrameFilter>FrameFilter.AvailableParameters Propertyを使います。 |
戻り値
パラメータの現在の値
サンプル
パラメータの設定、読み出しに関してはSetIntParameterクラスライブラリリファレンス>クラス>FrameFilter>FrameFilter.SetIntParameter Methodを参照してください。