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

OnClick() protected méthode

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