Click or drag to resize
XDL

NanBaseInsertLayer Method

리스트의 지정된 index 에 NanLayer 객체를 삽입한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public void InsertLayer(
	int nIndex,
	NanLayer layer
)

Parameters

nIndex  Int32
index
layer  NanLayer
NanLayer 객체
See Also