StructuresDialogFilterAttribute Class |
The StructuresDialogFilterAttribute class specifies the attribute name for which the
value of the attributed property will be used as a filter in Tekla Structures. The return
type of the attributed property must be boolean. The apply and modify operations will only
commit/update those attributes which either do not have a filter property defined or the
value of the filter property is true.
Inheritance Hierarchy
Namespace: Tekla.Structures.Dialog
Assembly: Tekla.Structures.Dialog (in Tekla.Structures.Dialog.dll) Version: 2023.0.3
Syntax
The StructuresDialogFilterAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StructuresDialogFilterAttribute |
Initializes a new StructuresDialogFilterAttribute instance.
|
Properties
Name | Description | |
---|---|---|
AttributeName |
Gets the attribute name of the property.
|
Methods
Name | Description | |
---|---|---|
ToString |
Returns a string that represents the current StructuresDialogFilterAttribute object.
(Overrides ObjectToString.) |
See Also