←Select platform

Update Property

Summary

Gets or sets the update value.

Syntax
C#
VB
C++
public int Update { get; set; } 
Public Property Update As Integer 
public: 
property int Update { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of iterations completed before the image is updated.

Example

Refer to AnisotropicDiffusionCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly