Eplan Platform API
Eplan.EplApi.DataModel Namespace
/
IPlaceHolder Interface
/
DeleteRecord Method
/ DeleteRecord(Int32) Method
Index of the record.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
DeleteRecord(Int32) Method
In This Topic
Deletes a record.
Syntax
C#
C++/CLI
void
DeleteRecord(
int
iPos
)
void
DeleteRecord(
int
iPos
)
Parameters
iPos
Index of the record.
Exceptions
Exception
Description
System.ArgumentException
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
Reference
IPlaceHolder Interface
IPlaceHolder Members
Overload List