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.
		
		
		
		
		
			
		
			
				
					
					
						
							48 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							48 lines
						
					
					
						
							1.7 KiB
						
					
					
				using System; | 
						|
 | 
						|
namespace Kingo.Framework.LayerStyleConvert.XSDClass | 
						|
{ | 
						|
	// Token: 0x02000078 RID: 120 | 
						|
	public class CIMSimpleMarker : CIMMarker | 
						|
	{ | 
						|
		// Token: 0x1700017E RID: 382 | 
						|
		// (get) Token: 0x0600046A RID: 1130 RVA: 0x00018A84 File Offset: 0x00016C84 | 
						|
		// (set) Token: 0x0600046B RID: 1131 RVA: 0x00018A9B File Offset: 0x00016C9B | 
						|
		public AnchorPointClass AnchorPoint { get; set; } | 
						|
 | 
						|
		// Token: 0x1700017F RID: 383 | 
						|
		// (get) Token: 0x0600046C RID: 1132 RVA: 0x00018AA4 File Offset: 0x00016CA4 | 
						|
		// (set) Token: 0x0600046D RID: 1133 RVA: 0x00018ABB File Offset: 0x00016CBB | 
						|
		public int[] FillColor { get; set; } | 
						|
 | 
						|
		// Token: 0x17000180 RID: 384 | 
						|
		// (get) Token: 0x0600046E RID: 1134 RVA: 0x00018AC4 File Offset: 0x00016CC4 | 
						|
		// (set) Token: 0x0600046F RID: 1135 RVA: 0x00018ADB File Offset: 0x00016CDB | 
						|
		public double OutlineWidth { get; set; } | 
						|
 | 
						|
		// Token: 0x17000181 RID: 385 | 
						|
		// (get) Token: 0x06000470 RID: 1136 RVA: 0x00018AE4 File Offset: 0x00016CE4 | 
						|
		// (set) Token: 0x06000471 RID: 1137 RVA: 0x00018AFB File Offset: 0x00016CFB | 
						|
		public int[] OutlineColor { get; set; } | 
						|
 | 
						|
		// Token: 0x17000182 RID: 386 | 
						|
		// (get) Token: 0x06000472 RID: 1138 RVA: 0x00018B04 File Offset: 0x00016D04 | 
						|
		// (set) Token: 0x06000473 RID: 1139 RVA: 0x00018B1B File Offset: 0x00016D1B | 
						|
		public string SimpleMarkerType { get; set; } | 
						|
 | 
						|
		// Token: 0x06000474 RID: 1140 RVA: 0x00018B24 File Offset: 0x00016D24 | 
						|
		public CIMSimpleMarker() | 
						|
		{ | 
						|
			base.Type = "CIMSimpleMarker"; | 
						|
			base.Enable = true; | 
						|
			base.ColorLocked = false; | 
						|
			this.AnchorPoint = new AnchorPointClass(); | 
						|
			base.AnchorPointUnits = "Points"; | 
						|
			base.Size = 8.0; | 
						|
			base.DominantSizeAxis3D = "Z"; | 
						|
			this.OutlineWidth = 0.0; | 
						|
			this.OutlineColor = new int[4]; | 
						|
			this.SimpleMarkerType = "Circle"; | 
						|
		} | 
						|
	} | 
						|
}
 | 
						|
 |