年度变更建库软件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.

19 lines
385 B

using System;
namespace Kingo.Framework.LayerStyleConvert.XSDClass
{
// Token: 0x0200002D RID: 45
public enum esriSimpleMarkerStyle
{
// Token: 0x0400009B RID: 155
esriSMSCircle,
// Token: 0x0400009C RID: 156
esriSMSSquare,
// Token: 0x0400009D RID: 157
esriSMSCross,
// Token: 0x0400009E RID: 158
esriSMSX,
// Token: 0x0400009F RID: 159
esriSMSDiamond
}
}