ArcGIS4LocalGovernment.RunCreateRulesCommand.RunCreateRulesCommand C# (CSharp) Method

RunCreateRulesCommand() public method

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

            if (_editor != null)
            {

                return;
            }
        }