ArcGIS4LocalGovernment.RunManualRulesCommand.RunManualRulesCommand C# (CSharp) 메소드

RunManualRulesCommand() 공개 메소드

public RunManualRulesCommand ( ) : System
리턴 System
        public RunManualRulesCommand()
        {
            ConfigUtil.type = "aa";
            UID editorUID = new UIDClass();
            editorUID.Value = "esriEditor.editor";
            _editor = ArcMap.Application.FindExtensionByCLSID(editorUID) as IEditor;

            if (_editor != null)
            {

                return;
            }
        }