Eplan Platform API
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / DeleteRecord Method / DeleteRecord(Int32) Method
Index of the record.

In This Topic
    DeleteRecord(Int32) Method
    In This Topic
    Deletes a record.
    Syntax
    void DeleteRecord( 
       int iPos
    )
    void DeleteRecord( 
       int iPos
    ) 

    Parameters

    iPos
    Index of the record.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments, e.g. if the record does not exist.
    Remarks
    After deleting a record, the indices of the existing records are invalid and have to determined again using FindRecord.
    See Also