Gets or sets a value that indicates the weighting factor.
public bool Weighted { get; set; }
Public Property Weighted As Boolean
public bool Weighted {get; set;}
@property (nonatomic, assign) BOOL weighted
public boolean getWeighted()
public void setWeighted(boolean value)
<br/>get_Weighted();<br/>set_Weighted(value);<br/>Object.defineProperty('Weighted');
Value that indicates the weighting factor. If this property is true, then the pixel intensity value (color) will be used as a weighting factor. If this property set to false, then all non-zero pixels will have the same weight.
Refer to ObjectInformationCommand()
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