Gets the specified criteria on the advanced component selection list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetItem( _
ByVal Index As Integer, _
ByRef Property As String, _
ByRef Condition As Integer, _
ByRef Value As String, _
ByRef IsAnd As Boolean _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSelectionCriteria
Dim Index As Integer
Dim Property As String
Dim Condition As Integer
Dim Value As String
Dim IsAnd As Boolean
Dim value As Integer
value = instance.GetItem(Index, Property, Condition, Value, IsAnd)
|
Parameters
- Index
- Index number of the criteria in the advanced component selection list
- Property
- Name of property
- Condition
Condition as defined in swAdvSelectType_e
- Value
- Text of the value
- IsAnd
- True if all of the criteria in the advanced component selection list must be met,
false if only this criteria in the advanced component selection list must be met
Return Value
Value of the Index argument or -1 if criteria specified by Index not found
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14