Deletes a criteria from of the advanced component selection list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeleteItem( _
ByVal Index As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSelectionCriteria
Dim Index As System.Integer
Dim value As System.Boolean
value = instance.DeleteItem(Index) |
C# | |
---|
System.bool DeleteItem(
System.int Index
) |
C++/CLI | |
---|
System.bool DeleteItem(
& System.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