HelpViewerDisplayHelpTopic Method |
Method for opening Tekla Structures help viewer with given help topic.
Method requires Tekla Structures to be running.
Namespace: Tekla.Structures.Dialog
Assembly: Tekla.Structures.Dialog (in Tekla.Structures.Dialog.dll) Version: 2023.0.3
Syntax
Parameters
- helpTopic
- Type: SystemString
Help topic (e.g. Help file name without extension).
Return Value
Type: BooleanTrue if success, otherwise false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when connection to Tekla Structures failed. |
See Also