개정판 b29f7bd5
dev issue #1225 : add AVEVA line info
Change-Id: I1aa8a99707fd2e3b2b3eac1d283d5cd648f29d6a
DTI_PID/APIDConverter/Model/PlantItem/Other/AvevaLineInfo.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using System.Threading.Tasks; |
|
6 |
|
|
7 |
namespace AVEVA.PID.CustomizationUtility.Model |
|
8 |
{ |
|
9 |
public class AvevaLineInfo |
|
10 |
{ |
|
11 |
public string Name { get; set; } |
|
12 |
public double Start_X { get; set; } |
|
13 |
public double Start_Y { get; set; } |
|
14 |
public double End_X { get; set; } |
|
15 |
public double End_Y { get; set; } |
|
16 |
} |
|
17 |
} |
내보내기 Unified diff