File size: 228 Bytes
b1b3bae
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
Public Interface IInput

    Property SelectedObjectID As String

    Property SelectedProperty As String

    Property SelectedPropertyType As Enums.UnitOfMeasure

    Property SelectedPropertyUnits As String

End Interface