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

24 lines
488 B

4 months ago
using System;
namespace Kingo.Framework.LayerStyleConvert.XSDClass
{
// Token: 0x0200002E RID: 46
public enum esriSimpleLineStyle
{
// Token: 0x040000A1 RID: 161
esriSLSSolid,
// Token: 0x040000A2 RID: 162
esriSLSDash,
// Token: 0x040000A3 RID: 163
esriSLSDot,
// Token: 0x040000A4 RID: 164
esriSLSDashDot,
// Token: 0x040000A5 RID: 165
esriSLSDashDotDot,
// Token: 0x040000A6 RID: 166
esriSLSNull,
// Token: 0x040000A7 RID: 167
esriSLSInsideFrame
}
}