バージョン

MeasureGroup コンストラクタ

MeasureGroup クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal caption As String, _
   ByVal description As String _
)
public MeasureGroup( 
   string name,
   string caption,
   string description
)

パラメータ

name
メジャー グループの名前。
caption
メジャー グループのキャプション。
description
メジャー グループの説明。
参照