public int MaximumScale {get; set;}
'Declaration
Public Property MaximumScale As Integer
'Usage
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
instance.MaximumScale = value
value = instance.MaximumScale
public int MaximumScale {get; set;}
@property (nonatomic, assign) unsigned int maximumScale;
public int getMaximumScale()
public void setMaximumScale(int value)
get_MaximumScale();
set_MaximumScale(value);
Object.defineProperty('MaximumScale');
public:
property int MaximumScale {
int get();
void set ( int value);
}
Property Value
Maximum registration mark scale to be detected. This is a percentage. It must not be lower than MinimumScale. This property accepts only positive values.