Why do I get Matchcode Mapping error?
Getting this error could mean you did not sequence the components in a linear order when calling the AddMapping method, or you have coded a data type (enum value or MatchcodeMapping.property) which is incompatible for the respective matchcode component. There are two easy ways to determine how to sequence your MapComponent calls: 1 Use the MatchUp GUIs Matchcode Mapping setup tab. 2 Call GetComponentType() and/or GetComponentLabel() to determine what the Object is expecting. These methods are discussed in detail in the documentation under Matchcode Interface.