A4LGAddressManagement.AddressFlipLines.OnClick C# (CSharp) Méthode

OnClick() protected méthode

protected OnClick ( ) : void
Résultat void
        protected override void OnClick()
        {
            ConfigUtil.type = "address";
            AMGeometryTools.FlipLines(ArcMap.Application, ConfigUtil.GetAddressCenterlineConfig(),true);
        }