GenerateCodeEx
Generates code that will perform the mapping. The parameter i_nLanguage specifies the target language. The method returns an object that can be used to enumerate all messages created by the code generator. These are the same messages that get displayed in the Messages window of MapForce.
Signature
GenerateCodeEx(in i_nLanguage:ENUMProgrammingLanguage) -> ErrorMarkers |
Parameters
Name | Type | Description |
---|---|---|
i_nLanguage | Specifies the target code generation language. |
Errors
Error code | Description |
---|---|
1200 | The object is no longer valid. |
1201 | Invalid address for the return parameter was specified. |
1205 | Error during code generation. |