Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MaxWallPercent Property








Gets or sets the maximum percentage of the wall that intercepts the rake.
Syntax
public int MaxWallPercent {get; set;}
'Declaration
 
Public Property MaxWallPercent As Integer
'Usage
 
Dim instance As RakeRemoveCommand
Dim value As Integer
 
instance.MaxWallPercent = value
 
value = instance.MaxWallPercent
public int MaxWallPercent {get; set;}
 <br/>get_MaxWallPercent();<br/>set_MaxWallPercent(value);<br/>Object.defineProperty('MaxWallPercent'); 
public:
property int MaxWallPercent {
   int get();
   void set (    int value);
}

Property Value

Maximum percentage of the wall that intercepts the rake.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

Error processing SSI file