ピン情報リストの取得

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

Syntax

C#
public static List<CFviPinInfo> GetPinList(
	int filter_index
)
Visual Basic
Public Shared Function GetPinList ( 
	filter_index As Integer
) As List(Of CFviPinInfo)

Parameters

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

Return Value

Type: List<(Of <(<'CFviPinInfo>)>)>
ピン情報のリストを返します。

See Also