Click or drag to resize
XDL

XvcBaseFindIndex Method

0부터 시작하는 순서로 지정된 객체의 위치를 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public long FindIndex(
	int idx
)

Parameters

idx
Type: SystemInt32
찾을 목록 인덱스

Return Value

Type: Int64
객체 위치값
See Also