配列要素の値

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public PNT_T this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( 
	index As Integer
) As PNT_T
	Get
	Set

Parameters

index
Type: System..::..Int32
配列指標 (0~)

Return Value

Type: PNT_T
指定された要素を返します。

See Also