|
|
Specifies comparison operator used to see whether a SearchCondition will match
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration SearchConditionComparison |
| C# |
|---|
public enum SearchConditionComparison |
| Visual C++ |
|---|
public enum class SearchConditionComparison |
Members
| Member name | Description | |
|---|---|---|
| None |
Never matches
| |
| HasCategory |
Matches if item has specified category
| |
| NotHasCategory |
Matches if item does not have specified category
| |
| HasProperty |
Matches if item has the specified property in the specified category
| |
| NotHasProperty |
Matches if item does not have the specified property in the specified category
| |
| SameType |
Matches if specified property exists and value has the same VariantDataType | |
| Equal |
Matches if specified property exists and has the same value
| |
| NotEqual |
Matches if specified property exists and does not have the same value
| |
| NumericLessThan |
Matches if specified property exists, has the same numeric VariantDataType (Int32, AnyDouble, DateTime) and property value less than condition value
| |
| NumericLessThanOrEqual |
Matches if specified property exists, has the same numeric VariantDataType (Int32, AnyDouble, DateTime) and property value less than or equal to condition value
| |
| NumericGreaterThanOrEqual |
Matches if specified property exists, has the same numeric VariantDataType (Int32, AnyDouble, DateTime) and property value greater than or equal to condition value
| |
| NumericGreaterThan |
Matches if specified property exists, has the same numeric VariantDataType (Int32, AnyDouble, DateTime) and property value greater than condition value
| |
| DisplayStringContains |
Matches if specified property exists, is of DisplayString type and contains the display string in condition value
| |
| DisplayStringWildcard |
Matches if specified property exists, is of DisplayString type and matches the wildcard display string in condition value
| |
| DateTimeWithinDay |
Matches if specified property exists, is of DateTime type and is within one day prior to the DateTime in condition value
| |
| DateTimeWithinWeek |
Matches if specified property exists, is of DateTime type and is within one week prior to the DateTime in condition value
|
Remarks
This enumeration is used with the folowing: