UserPropertyOption Class |
The UserPropertyOption class contains the properties of a user property value option.
Inheritance Hierarchy
Namespace: Tekla.Structures.Catalogs
Assembly: Tekla.Structures.Catalogs (in Tekla.Structures.Catalogs.dll) Version: 2023.0.3
Syntax
The UserPropertyOption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserPropertyOption | Initializes a new instance of the UserPropertyOption class |
Properties
Name | Description | |
---|---|---|
DoubleValue |
The double value.
| |
IntValue |
The integer value.
| |
OptionLabel |
The option name.
| |
OptionLabelTranslated |
The translated option name.
| |
StringValue |
The string value.
|
See Also