VCDSimpleProperty.RangeMax Property
指定したプロパティ項目の最大値を返します。
構文
[VB.NET]
Public RangeMax(id As String) As Integer
[C#]public int RangeMax(string id);
パラメータ | 説 明 |
---|---|
id | 最大値を取得するVCDPropertyItemクラスライブラリリファレンス>クラス>VCDPropertyItemのIDです。 |