public int DustDensity {get; set;}
'Declaration
Public Property DustDensity As Integer
'Usage
Dim instance As AgingCommand
Dim value As Integer
instance.DustDensity = value
value = instance.DustDensity
public int DustDensity {get; set;}
get_DustDensity();
set_DustDensity(value);
Object.defineProperty('DustDensity');
public:
property int DustDensity {
int get();
void set ( int value);
}
Property Value
Dust density, expressed in tenths of a percent of the image area. Valid values range between 0 and 1000. This value is divided internally by 10. If this value = 1000 then dust density = 100 (that is, the number of dust points = the entire image area.)