Click or drag to resize
XDL

NXMapLayerSceneEditorCanUndo Method

실행취소 명령을 지원하는지 현재 상태를 체크한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool CanUndo()

Return Value

Type: Boolean
실행취소를 할 수 있으면 true, 그렇지 않으면 false를 반환한다.
See Also