A4LGAddressManagement.AddressCreateIntersectionPoints.OnClick C# (CSharp) 메소드

OnClick() 보호된 메소드

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