Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccCommonTable Interface
Members
In This Topic
    IOccCommonTable Interface
    In This Topic
    Interface for base table in nailboard and cable drawing.
    Object Model
    IOccCommonTable InterfaceBooleanProperty ClassBooleanProperty ClassLayerInfo ClassTextProperty ClassDecimalProperty ClassBooleanProperty ClassApiTableConfiguration Class
    Syntax
    Public Properties
     NameDescription
     Property (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DStyleableOccurrence)
     Property Gets children occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     PropertyDecorations, belonging to this decorable occurrence, visible in the drawing. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DDecorableOccurrence)
     Property Identifier of the API object. (Inherited from EPLAN.Harness.API.Interfaces.IApiObject)
     Property Is the part a rapid prototype? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Is occurrence valid? (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Actual layer.  
     Property Gets or sets the name of the occurrence.  
     Property Gets parent occurrences of closest level in hierarchy of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccurrence)
     Property Gets the 2D position in drawing. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.I2DTranslatable)
     Property Scale of this occurrence.  
     Property Gets or sets the value of 'Selectable' property of this occurrence.  
     Property Gets or sets the position of the bottom right corner of a table.  
     Property Defines configuration (i.e. styling of texts, properties of lines etc.) of the table.  
     Property Gets or sets the position of the top left corner of a table.  
     Property Gets or sets a list of user-defined properties of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IUserDefinedProperties)
     PropertyGet Z-order of this drawable occurrence.  
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.IEquatable<IOccurrence>)
     Method Fits the table to the current table content.  
     Method Returns a collection of all available column names of a table.  
     Method Returns a collection of all visible column names of a table.  
     Method 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).  
     Method Sets the sort column of a table.  
     Method Set whether one or more columns specified by their names should be visible or not.  
    Top
    See Also