예제 #1
0
        public override void Update(GraphicElement el, string label)
        {
            SemanticInstance si = (SemanticInstance)el;

            (label == "SemanticType").If(() =>
            {
                si.Text = string.IsNullOrEmpty(SemanticType) ? "ST" : (SemanticType);
            });

            base.Update(el, label);
        }
예제 #2
0
 public SemanticInstanceProperties(SemanticInstance el) : base(el)
 {
 }