|
NListTItem Property
|
지정한 인덱스에 있는 요소를 가져온다
Namespace: Pixoneer.NXDL.NXAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic T this[
int index
] { get; }
Parameters
- index Int32
- 가져올 요소의 인덱스(0부터 시작)
Return Value
T지정한 인덱스의 요소
See Also