Click or drag to resize
XDL

NanBaseAddTail Method

리스트의 끝 부분에 NanLayer 객체를 추가한다.

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

Parameters

layer  NanLayer
추가할 NanLayer 객체
See Also