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

OnUpdate() 보호된 메소드

protected OnUpdate ( ) : void
리턴 void
        protected override void OnUpdate()
        {
            //if (m_Editor == null)
            //{
            //    Enabled = false;
            //    return;
            //}
            //if (m_Editor.EditState != esriEditState.esriStateEditing)
            //{
            //    Enabled = false;
            //    return;
            //}
            Enabled = true;
        }