public interface IComponentTableBase : EPLAN.Harness.API.Interfaces.IApiObject, I2DDecorableOccurrence, I2DStyleableOccurrence, I2DTranslatable, IOccCommonTable, IOccurrence, IUserDefinedProperties
public interface IComponentTableBase : EPLAN.Harness.API.Interfaces.IApiObject, I2DDecorableOccurrence, I2DStyleableOccurrence, I2DTranslatable, IOccCommonTable, IOccurrence, IUserDefinedProperties
Name | Description | |
---|---|---|
AvoidDisplayConfiguration | (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DStyleableOccurrence) | |
Children | Gets children occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence) | |
Decorations | Decorations, belonging to this decorable occurrence, visible in the drawing. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DDecorableOccurrence) | |
ID | Identifier of the API object. (Inherited from EPLAN.Harness.API.Interfaces.IApiObject) | |
IsRapid | Is the part a rapid prototype? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence) | |
IsValid | Is occurrence valid? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence) | |
Layer | Actual layer. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
LinkedOccurrence | Gets occurrence to which this table is linked. | |
Name | Gets or sets the name of the occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
Parents | Gets parent occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence) | |
Position | Gets the 2D position in drawing. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DTranslatable) | |
Scale | Scale of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
Selectable | Gets or sets the value of 'Selectable' property of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
TableBottomPosition | Gets or sets the position of the bottom right corner of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
TableConfiguration | Defines configuration (i.e. styling of texts, properties of lines etc.) of the table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
TableTopPosition | Gets or sets the position of the top left corner of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
UnconnectedPins | Specifies whether to display unconnected pins or not. | |
UnconnectedWires | Specifies whether to display unconnected wires or not. | |
UserDefinedProperties | Gets or sets a list of user-defined properties of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IUserDefinedProperties) | |
ZOrder | Get Z-order of this drawable occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) |
Name | Description | |
---|---|---|
Equals | (Inherited from System.IEquatable<IOccurrence>) | |
FitTable | Fits the table to the current table content. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
GetAvailableColumns | Returns a collection of all available column names of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
GetVisibleColumns | Returns a collection of all visible column names of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
SetColumnPosition | Inserts the column on the initial index to a position specified by "newIndex" or to the last position (in the case when newIndex is greater than the total count of visible columns). (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
SetSortColumn | Sets the sort column of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) | |
SetTableColumns | Set whether one or more columns specified by their names should be visible or not. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable) |