C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the smoothing time step value.
public int Lambda { get; set; }
Public Property Lambda As Integer
public int Lambda {get; set;}
@property (nonatomic, assign) NSInteger lambda
public int getLambda()
public void setLambda(int value)
<br/>get_Lambda();<br/>set_Lambda(value);<br/>Object.defineProperty('Lambda');
The smoothing time step value. Valid values range from 0 to 100. A value of 0 means nothing will be done to the image.
Refer to the SRADAnisotropicDiffusionCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET