コード例 #1
0
        private bool Update(EA.Constraint con)
        {
            bool result = con.Update();

            if (result == false)
            {
                throw new Exception("Update Didn't work out properlly!!!");
            }
            return(result);
        }
コード例 #2
0
 public EAElementsUpdaterHandler(EA.Constraint constraint)
 {
     this.constraint = constraint;
 }