View (Property)

Applies To:

Topic

Description:

Returns or sets the display characteristics of topics in the Data Model.

Action:

Read-Write, BqTopicView constant

Constants:

The BqTopicView constant consists of these values:

Example:

This example resets all the Topics in a Data Model to the structure view.

var TopicCount = ActiveDocument.Sections["Query"].DataModel.Topics.Count
for (j =1 ; j <= TopicCount ; j++)
ActiveDocument.Sections["Query"].DataModel.Topics[j].View = bqStructureView