PluginBaseRun Method |
The main method of the plug-in. It is called after the input has been defined with
DefineInput(). This is the "main" method of the plug-in and should contain all the actual
implementation.
Namespace: Tekla.Structures.Plugins
Assembly: Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
Parameters
- Input
- Type: System.Collections.GenericListPluginBaseInputDefinition
A list of the same format and order as what was returned from DefineInput().
Return Value
Type: BooleanTrue on success.