Removes a search criteria.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveCriteria( _
ByVal Index As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchCriteria
Dim Index As System.Integer
instance.RemoveCriteria(Index) |
C# | |
---|
void RemoveCriteria(
System.int Index
) |
C++/CLI | |
---|
void RemoveCriteria(
& System.int Index
) |
Parameters
- Index
- Index number of the search criteria to remove
Remarks
See Also
Availability
SOLIDWORKS Workgroup PDM 2006 FCS