Click or drag to resize
XDL

NXMilmapViewAddRenderLayer(NXMilmapLayer) Method

렌더 레이어를 추가한다.

Namespace: Pixoneer.NXDL.NXMilmap
Assembly: NXMilmap (in NXMilmap.dll) Version: 2.0.3.38
Syntax
C#
public bool AddRenderLayer(
	ref NXMilmapLayer layer
)

Parameters

layer  NXMilmapLayer
NXMilmapLayer 객체.

Return Value

Boolean
추가되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also