Void FeatureDetectionDefinition.SetFeatureDetectionOperator(UInt32 index, Int32 value)

Sets the Feature Detection Operator property at given index

Parameters

  • index
    Type: UInt32
    Index to set Feature Detection Type at
  • value
    Type: Int32
    Equal = 0, NotEqual = 1, LessThan = 2, LessThanEqual = 3, GreaterThan = 4, GreaterThanEqual = 5, RangeExclude = 6, RangeInclude = 7, Smallest = 8, Largest = 9, Contains = 10