public int MinimumLineLength {get; set;}
             
        
            
            'Declaration
 
Public Property MinimumLineLength As Integer
             
        
            
            'Usage
 
Dim instance As LineRemoveCommand
Dim value As Integer
 
instance.MinimumLineLength = value
 
value = instance.MinimumLineLength
             
        
            
            public int MinimumLineLength {get; set;}
             
        
            
            
@property (nonatomic, assign) int minimumLineLength;
             
        
            
            
public int getMinimumLineLength()
public void setMinimumLineLength(int value)
            
             
        
            
             
get_MinimumLineLength();
set_MinimumLineLength(value);
Object.defineProperty('MinimumLineLength'); 
             
        
            
            public:
property int MinimumLineLength {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Minimum length of a line considered for removal. Lines less than this length are not removed. If 
LineRemoveCommandFlags.UseDpi is set in the Flags property, units are in thousandths of an inch, otherwise units are in pixels.