Gets or set the upper threshold value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UpperThreshold As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Medical3DVRT
Dim value As Single
instance.UpperThreshold = value
value = instance.UpperThreshold
|
C# | |
---|
public float UpperThreshold {get; set;} |
Return Value
The upper threshold value which must not be less than the
LowerThreshold value. The default value is 255.
Is there a range
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also