DrawingPluginBaseRun 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: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Parameters
- Input
- Type: System.Collections.GenericListDrawingPluginBaseInputDefinition
An array list of the same format and order as what was returned from DefineInput().
Return Value
Type: BooleanTrue on success.