Delete Method (ICustomData) Send Feedback
See Also  Example
Index
Index of the custom data element
Deletes the specified custom 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 custom data element

Example

Remarks

Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R1.2