Click or drag to resize
XDL

NXMilmapLayerClearEvent Delegate

Milmap 레이어의 clear 이벤트.

Namespace:  Pixoneer.NXDL.NXMilmap
Assembly:  NXMilmap (in NXMilmap.dll) Version: 2.0.3.30
Syntax
C#
public delegate bool NXMilmapLayerClearEvent(
	NXMilmapLayer layer
)

Parameters

layer
Type: Pixoneer.NXDL.NXMilmapNXMilmapLayer
이벤트가 호출된 레이어.

Return Value

Type: Boolean
이벤트처리가 되면 true를 반환하고, 그렇지 않으면 false를 반환하다.
See Also