| Visual Basic | |
|---|---|
Sub Delete( _ ByVal Index As System.Integer _ ) | |
| C# | |
|---|---|
void Delete( System.int Index ) | |
| JavaScript | |
|---|---|
Delete( Index : Number ) | |
Parameters
- Index
- Index of the XRecord data element to delete (see Remarks)
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
DraftSight V1R4.0
Syntax