Click or drag to resize
XDL

NanBaseAddHead 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 AddHead(
	NanLayer layer
)

Parameters

layer  NanLayer
추가할 NanLayer 객체
See Also