年度变更建库软件5.0版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
543 B

using System;
namespace Kingo.Plugin.ShapeToKOApp.XSDClass
{
// Token: 0x02000073 RID: 115
public class CIMSolidPattern : CIMPattern
{
// Token: 0x1700016F RID: 367
// (get) Token: 0x06000447 RID: 1095 RVA: 0x000187CC File Offset: 0x000169CC
// (set) Token: 0x06000448 RID: 1096 RVA: 0x000187E3 File Offset: 0x000169E3
public int[] Color { get; set; }
// Token: 0x06000449 RID: 1097 RVA: 0x000187EC File Offset: 0x000169EC
public CIMSolidPattern()
{
base.Type = "CIMSolidPattern";
this.Color = new int[4];
}
}
}