Gets or sets the maximum number of wall slices (expressed as a percent of the total length of the line) that are allowed.
public int MaximumWallPercent { get; set; }
Public Property MaximumWallPercent As Integer
public int MaximumWallPercent {get; set;}
@property (nonatomic, assign) NSInteger maximumWallPercent
public int getMaximumWallPercent()
public void setMaximumWallPercent(int value)
<br/>get_MaximumWallPercent();<br/>set_MaximumWallPercent(value);<br/>Object.defineProperty('MaximumWallPercent');
The maximum number of wall slices (expressed as a percent of the total length of the line) that are allowed. A line consists of wall slices and non-wall slices (see description of Wall). This property specifies the maximum number of wall slices (expressed as a percent of the total length of the line) that are allowed. Lines that have a wall percent that is larger than maximumWallPercent will not be removed. For example, consider the line below that is 10 pixels in length, and 1 pixel in height in some places, and five pixels in height in other places.
Setting MinimumLineLength to 10 pixels and Wall to four pixels will identify the line below as a candidate for removal. Note that the wall percent for this line is 60 percent (because six of ten line slices are walls). If MaximumWallPercent is 80 then the line will be removed (actually, the pixels marked as red will be removed). If MaximumWallPercent is 30, then the line will not be removed.
Refer to LineRemoveCommand.
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