QDVWBS.GetHeadingsInWBS Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.GetColumnHeading instead.
Parameters
- FieldMnemonic
- string
The unique identifier to the WBS field (Mnemonic).
- Version
- int
Optional, the version to be read. 0 is the current active version.
Return Value
WBSHeadingsAn object of type WBSHeadings which contains the parent name, the displayed name of the column and the identifier (number) of the column. The latter is mostly used in the formulas of the BOQ.
ParentName and DisplayedName are returned 'as is', meaning that they
have all characters including possible CR or LF. Those special characters are
removed when reading the DisplayedName using the WBSMapping property.