Harness proD API Help
EPLAN.Harness.API.Occurrences.CableDrawing Namespace / OccCdCustomTable Class / SetTableContent Method
Content of the table
In This Topic
    SetTableContent Method (OccCdCustomTable)
    In This Topic
    Sets the content of current table.
    Syntax
    public void SetTableContent( 
       TextProperty[,] content
    )

    Parameters

    content
    Content of the table
    Exceptions
    ExceptionDescription
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Argument is null.
    The exception that is thrown when the property is not currently enabled.
    See Also