StructuresDialogArrayAttribute Class |
The StructuresDialogArrayAttribute class specifies the attribute name for which the attributed
interface will be used as a list item definition. The attributed interface is used to define the
structure of the DataGridView items. In other words it defines all the possible DataGridView
columns. The interface is bound to the DataGridView by referencing the interface's attribute name
from the DataGridView's Tag property.
Inheritance Hierarchy
Namespace: Tekla.Structures.Dialog
Assembly: Tekla.Structures.Dialog (in Tekla.Structures.Dialog.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The StructuresDialogArrayAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StructuresDialogArrayAttribute |
Initializes a new StructuresDialogArrayAttribute instance.
|
Properties
Name | Description | |
---|---|---|
AttributeName |
Gets the attribute name of the interface.
|
Methods
Name | Description | |
---|---|---|
ToString |
Returns a string that represents the current StructuresDialogArrayAttribute object.
(Overrides ObjectToString.) |
See Also