StyleVision API

Represents a message line. Its structure can be more detailed and contain a collection of child lines, which enables a tree of message lines to be formed.

 

Properties to navigate the object model are:

Application

Parent

 

Lines are accessed via the following methods:

GetLineSeverity

GetLineSymbol

GetLineText

GetLineTextEx

GetLineTextWithChildren

GetLineTextWithChildrenEx

 

A single AppOutputLine consists of one or more sub-lines. To access sub-lines, use the method GetLineCount

 

A sub-line consists of one or more cells. Cell access is provided via the methods:

GetCellCountInLine

GetCellIcon

GetCellSymbol

GetCellText

GetCellTextDecoration

GetIsCellText

 

Below an AppOutputLine there can be zero, one, or more child lines which themselves are of type AppOutputLine, which thus form a tree structure.

 

Child lines are accessed via the property:

ChildLines

 

© 2019-2025 Altova GmbH