public int MinimumScale {get; set;}
'Declaration
Public Property MinimumScale As Integer
'Usage
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
instance.MinimumScale = value
value = instance.MinimumScale
public int MinimumScale {get; set;}
@property (nonatomic, assign) unsigned int minimumScale;
public int getMinimumScale()
public void setMinimumScale(int value)
get_MinimumScale();
set_MinimumScale(value);
Object.defineProperty('MinimumScale');
public:
property int MinimumScale {
int get();
void set ( int value);
}
Property Value
Minimum registration mark scale to be detected. This is a percentage. It must not exceed MaximumScale. This property accepts only positive values.