C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of values that represent weights associated with the images in the list.
public int[] Factor { get; set; }
Public Property Factor As Integer()
public int[] Factor {get; set;}
@property (nonatomic, assign, nullable) const unsigned int *factor
public int[] getFactor()
public void setFactor(int[] value)
<br/>get_Factor();<br/>set_Factor(value);<br/>Object.defineProperty('Factor');
Array of values that represent weights associated with the images in the specified list. Used only if Type property is set to AddWeighted or AverageWeighted. This property only accepts positive values.
Refer to AddWeightedCommand.
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