PluginBaseSymbolVisibility Enumeration |
Defines the symbol visibility for model plug-ins in model views.
Namespace: Tekla.Structures.Plugins
Assembly: Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
DRAW_SYMBOL | 0 | Symbol is visible in model view. | |
DO_NOT_DRAW_SYMBOL | 1 | Symbol is not drawn to model view. Plug-in must be selected from the view using created objects only. |
See Also