Gets a search criteria.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchCriteria
Dim Index As System.Integer
Dim andOr As PDMWAndOr
Dim propertyType As PDMWPropertyType
Dim propertyName As System.String
Dim condition As PDMWConditionType
Dim Value As System.String
Dim value As System.Boolean
value = instance.GetCriteria(Index, andOr, propertyType, propertyName, condition, Value) |
Parameters
- Index
- Index number of the search criteria to get
- andOr
Logical operator for subsequent criteria as defined in PDMWAndOr
- propertyType
- Property type as defined in PDMWPropertyType
- propertyName
- Name of property to use with which to search
- condition
- Search condition as defined in PDMWConditionType
- Value
- Value of the property for which to search
Return Value
True if this search criteria is retrieved, false if not
Remarks
See Also
Availability
SOLIDWORKS Workgroup PDM 2006 FCS