A4LGAddressManagement.AddressCreateIntersectionPoints.OnClick C# (CSharp) Method

OnClick() protected method

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