PluginPropertyFileLocationAttribute Constructor |
Initializes a new instance of the PluginPropertyFileLocationAttribute class, for a file with provided filename suffix.
Namespace: Tekla.Structures.Plugins
Assembly: Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Parameters
- suffix
- Type: SystemString
File suffix to register. Must contain the dot, such as ".ExamplePlugin.Data.txt". Should be as specific as possible. - subdirectory
- Type: SystemString
The model folder subdirectory where the attribute should be searched for.
See Also