-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTagSelectorFrameData.cls
49 lines (38 loc) · 987 Bytes
/
TagSelectorFrameData.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "TagSelectorFrameData"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'@Folder("DataSheet.ModelData")
Option Explicit
Public Property Get eleID() As String
eleID = "eleID"
End Property
Public Property Get section() As String
section = "section"
End Property
Public Property Get jtI() As String
jtI = "jtI"
End Property
Public Property Get jtJ() As String
jtJ = "jtJ"
End Property
Public Property Get eleLen() As String
eleLen = "eleLen"
End Property
Public Property Get memID() As String
memID = "memID"
End Property
Public Property Get eleLocalAxis() As String
eleLocalAxis = "eleLocalAxis"
End Property
Public Property Get EleType() As String
EleType = "eleType"
End Property
Public Property Get EleOrientationType() As String
EleOrientationType = "eleOrientationType"
End Property