Click or drag to resize
XDL

NXMilmapViewRemoveRenderLayer Method (NXMilmapLayer)

뷰에 레이어를 분리한다.

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

Parameters

layer
Type: Pixoneer.NXDL.NXMilmapNXMilmapLayer
대상 레이어.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also