Deletes a criteria from of the advanced component selection list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteItem( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSelectionCriteria
Dim Index As Integer
Dim value As Boolean
value = instance.DeleteItem(Index)
|
C# | |
---|
bool DeleteItem(
int Index
) |
C++/CLI | |
---|
bool DeleteItem(
& int Index
) |
Parameters
- Index
- Index number of the criteria to delete
Return Value
True if criteria is deleted, false if not
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14