Click or drag to resize
XDL

NListTItem Property

지정한 인덱스에 있는 요소를 가져온다

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public T this[
	int index
] { get; }

Parameters

index  Int32
가져올 요소의 인덱스(0부터 시작)

Return Value

T
지정한 인덱스의 요소
See Also