Click or drag to resize
XDL

XscObjGetPropertyNameAt Method

입력 인덱스에 대응하는 객체 속성 이름(필드 이름)을 가져온다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public string GetPropertyNameAt(
	int idx
)

Parameters

idx
Type: SystemInt32
객체 이름 인덱스

Return Value

Type: String
인덱스에 있는 객체 속성 이름
See Also