フォーマット情報リストの取得

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public static List<CFviFormatInfo> GetFormatList(
	int filter_index,
	int pin_index
)
Visual Basic
Public Shared Function GetFormatList ( 
	filter_index As Integer,
	pin_index As Integer
) As List(Of CFviFormatInfo)

Parameters

filter_index
Type: System..::..Int32
フィルタ指標 (0~)
pin_index
Type: System..::..Int32
ピン指標 (0~)

Return Value

Type: List<(Of <(<'CFviFormatInfo>)>)>
フォーマット情報のリストを返します。

See Also