Click or drag to resize
XDL

NXMapViewSetEnableChevronMenu Method

NXMapView의 확대/축소, 영상향상을 위한 기능 선택을 위한 컨트롤을 활성화할 것인지 설정한다.

Namespace:  Pixoneer.NXDL.NXMap
Assembly:  NXMap (in NXMap.dll) Version: 1.2.817.72
Syntax
C#
public void SetEnableChevronMenu(
	bool enable
)

Parameters

enable
Type: SystemBoolean
[In] true로 설정하면 단축 컨트롤이 활성화되어 도시, false인 경우 단축 컨트롤은 보이지 않고 비활성화.
See Also