C#
VB
C++
Gets or sets the ending color value of the range for the evaluation.
[DataMemberAttribute(Name="End", IsRequired=true)]
public int End { get; set; }
<DataMemberAttribute(Name="End", IsRequired=True)>
Public Property End As Integer
[DataMemberAttribute(Name="End", IsRequired=true)]
public:
property int End {
int get();
void set ( int );
}
Indicates the ending color value of the range for the evaluation. This property only accepts positive values.
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