添加项目文件。
This commit is contained in:
13
Sai.RvKits/RvIndependent/MetroGauges/LandXMLData/Point.cs
Normal file
13
Sai.RvKits/RvIndependent/MetroGauges/LandXMLData/Point.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Sai.Toolkit.Core.LandXMLData
|
||||
{
|
||||
[XmlType("P")]
|
||||
[Serializable]
|
||||
public class Point : TextPoint3D
|
||||
{
|
||||
[XmlAttribute("id")]
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user