MapForce API

CodeGenerationResult

Home Prev Top Next

The CodeGenerationResult interface enables you to get information about the result of code generation (e.g., messages about success or failure).

 

Properties

Name

Description

Application

Retrieves the application's top-level object.

Failed

Retrieves information about whether code generation has failed.

Messages

This property returns an AppOutputLines object, which is a tree of AppOutputLine objects. The AppOutputLine objects reflect messages displayed in the Output pane during code generation.

MessageText

This property returns a concatenation of all messages in the Messages window as one string with line breaks.

Parent

Retrieves the parent object according to the object model.

ResultCode

Retrieves the result code of code generation (e.g., eCodeGenerationResultCodeSuccess).

Succeeded

Retrieves information about whether code generation has been successful.

 

© 2019-2025 Altova GmbH