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: 2023.0.3
Syntax
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.
See Also