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