ArcGIS4LocalGovernment.RunManualRulesCommand.RunManualRulesCommand C# (CSharp) Method

RunManualRulesCommand() public method

public RunManualRulesCommand ( ) : System
return 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;
            }
        }