Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccAssemblyTable Interface
Members
In This Topic
    IOccAssemblyTable Interface
    In This Topic
    Interface for accessory / device content table in nailboard and cable drawing.
    Object Model
    IOccAssemblyTable 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. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Property Gets or sets the name of the occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     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. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Property Gets or sets the value of 'Selectable' property of this occurrence. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Property Gets or sets the position of the bottom right corner of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Property Defines configuration (i.e. styling of texts, properties of lines etc.) of the table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Property Gets or sets the position of the top left corner of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     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. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
    Top
    Public Methods
     NameDescription
     Method (Inherited from System.IEquatable<IOccurrence>)
     Method Fits the table to the current table content. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Method Returns a collection of all available column names of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Method Returns a collection of all visible column names of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     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). (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Method Sets the sort column of a table. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
     Method Set whether one or more columns specified by their names should be visible or not. (Inherited from EPLAN.Harness.API.Occurrences.Interfaces.IOccCommonTable)
    Top
    See Also