SW Maps Fix_ID Codes

Calling on the SW Maps Guru’s to confirm the Fix_ID codes used in the Excel File Export format. Here is what I have divined. Experts, please weigh in and confirm and complete this list. I just spent two weeks teaching myself VBA so I can parse the excel Files for ACAD use. I’d like to button it up and forget about it. This is the last detail. Thanks!!

’ SW Maps Fix ID
Const kSingle As Integer = 1 'RED Dot
Const kDGPS As Integer = 2 'BLUE Dot
Const kPPP As Integer = 3 ’
Const kFix As Integer = 4 'GREEN Dot
Const kFloat As Integer = 5 'ORANGE Dot

That matches what I’ve seen.