using System; using System.Collections.Generic; namespace Kingo.Mobile.Shape2KOTool.XSDClass { // Token: 0x0200006E RID: 110 public class CIMPolygonSymbol : CIMSymbol { // Token: 0x17000164 RID: 356 // (get) Token: 0x0600042C RID: 1068 RVA: 0x00018594 File Offset: 0x00016794 // (set) Token: 0x0600042D RID: 1069 RVA: 0x000185AB File Offset: 0x000167AB public List SymbolLayers { get; set; } // Token: 0x0600042E RID: 1070 RVA: 0x000185B4 File Offset: 0x000167B4 public CIMPolygonSymbol() { base.Type = "CIMPolygonSymbol"; this.SymbolLayers = new List(); } } }