ArcGIS4LocalGovernment.RunChangeGeoRulesCommand.RunChangeGeoRulesCommand C# (CSharp) Method

RunChangeGeoRulesCommand() public method

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

            if (_editor != null)
            {

                return;
            }
        }