C#
VB
C++
Gets the minimum value found.
[DataMemberAttribute(Name="Minimum", IsRequired=true)]
public int Minimum { get; set; }
<DataMemberAttribute(Name="Minimum", IsRequired=True)>
Public Property Minimum As Integer
[DataMemberAttribute(Name="Minimum", IsRequired=true)]
public:
property int Minimum {
int get();
void set ( int );
}
Gets the Minimum value found.
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