Delete Method (IXRecord) Send Feedback
See Also 
Index
Index of the XRecord data element to delete (see Remarks)
Deletes the specified XRecord data element.

Syntax

Visual Basic 
Sub Delete( _
   ByVal Index As System.Integer _
) 
C# 
void Delete( 
   System.int Index
)
JavaScript 
Delete( 
   Index : Number
)
COM native C++ 
HRESULT Delete( 
   LONG Index
) 
C++ 
DSRESULT Delete( 
   long Index
) 

Parameters

Index
Index of the XRecord data element to delete (see Remarks)

Remarks

Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0