Gets or sets the lower threshold value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property LowerThreshold As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Medical3DVRT
Dim value As Single
instance.LowerThreshold = value
value = instance.LowerThreshold
|
C# | |
---|
public float LowerThreshold {get; set;} |
Return Value
The lower threshold value. It must not exceeds the
UpperThreshold value. The default value is 0.
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