public int HighThreshold {get; set;}
'Declaration
Public Property HighThreshold As Integer
'Usage
Dim instance As IntensityDetectCommand
Dim value As Integer
instance.HighThreshold = value
value = instance.HighThreshold
public int HighThreshold {get; set;}
@property (nonatomic, assign) unsigned int highThreshold;
public int getHighThreshold()
public void setHighThreshold(int value)
get_HighThreshold();
set_HighThreshold(value);
Object.defineProperty('HighThreshold');
public:
property int HighThreshold {
int get();
void set ( int value);
}
Property Value
Highest intensity to detect. Possible values are from 0 to 255.