示例#1
0
        public Class331 AddAttribute()
        {
            DxfTableAttribute attribute = new DxfTableAttribute();

            this.class1026_0.Attributes.Add(attribute);
            this.class331_0 = new Class331(attribute);
            if (this.list_0 == null)
            {
                this.list_0 = new List <Class331>();
            }
            this.list_0.Add(this.class331_0);
            return(this.class331_0);
        }
示例#2
0
文件: Class331.cs 项目: 15831944/WW
 public Class331(DxfTableAttribute attribute)
 {
     this.dxfTableAttribute_0 = attribute;
 }