C#
VB
C++
Gets or sets a value that represents an adjustment factor. This is a percentage.
[DataMemberAttribute(Name="Amount", IsRequired=true)]
public int Amount { get; set; }
<DataMemberAttribute(Name="Amount", IsRequired=True)>
Public Property Amount As Integer
[DataMemberAttribute(Name="Amount", IsRequired=true)]
public:
property int Amount {
int get();
void set ( int );
}
Value that represents an adjustment factor. This is a percentage.
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