Click or drag to resize
XDL

NanLayerSetAt Method

리스트의 지정한 index 에 NanObj 객체를 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void SetAt(
	int nIndex,
	NanObj obj
)

Parameters

nIndex  Int32
index
obj  NanObj
NanObj 객체
See Also