IWbsFieldsRepository.LoadLayoutFromFile Method

Loads the layout of the WBS fields in the expanded WBS view from the specified *.clb file.
Sub LoadLayoutFromFile( _ 
ByVal file As String
)
This language is not supported or no code example is available.
void LoadLayoutFromFile( 
string file 
)
This language is not supported or no code example is available.

Parameters

file
string

The full path of the .clb file from which the layout should be loaded.

Remarks
 
The layout of WBS fields consists of the position, visibility and formatting. It is stored in IWbsField.Formatting property.

You need to call IEstimate.CheckAndRepaint method to repaint WBS with the changes.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition