'宣言 Public Function GetDataValue( _ ByVal name As System.String, _ ByVal pointIndex As System.Integer _ ) As System.Double
public System.double GetDataValue( System.string name, System.int pointIndex )
パラメータ
- name
- データ配列の名前。
- pointIndex
- 値のインデックス。
'宣言 Public Function GetDataValue( _ ByVal name As System.String, _ ByVal pointIndex As System.Integer _ ) As System.Double
public System.double GetDataValue( System.string name, System.int pointIndex )