Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / DeleteRecord Method / DeleteRecord(Int32) Method
Index of the record.

In This Topic
    DeleteRecord(Int32) Method
    In This Topic
    Deletes a record.
    Syntax
    public virtual void DeleteRecord( 
       int iPos
    )
    public:
    virtual 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