Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / DeleteRecord Method / DeleteRecord(String) Method
Name of the record to be deleted.

In This Topic
    DeleteRecord(String) Method
    In This Topic
    Deletes a record.
    Syntax
    public virtual void DeleteRecord( 
       string strRecordName
    )
    public:
    virtual void DeleteRecord( 
       String^ strRecordName
    ) 

    Parameters

    strRecordName
    Name of the record to be deleted.
    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