API Help
Eplan.EplApi.DataModel Namespace / IPlaceHolder Interface / DeleteRecord Method / DeleteRecord(String) Method
Name of the record to be deleted.

DeleteRecord(String) Method
Deletes a record.
Syntax
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