Gets or sets the maximum length of the middle vertical structures of the rake.
public int MaxMidteethLength {get; set;}
'Declaration
Public Property MaxMidteethLength As Integer
'Usage
Dim instance As RakeRemoveCommand
Dim value As Integer
instance.MaxMidteethLength = value
value = instance.MaxMidteethLength
public int MaxMidteethLength {get; set;}
get_MaxMidteethLength();
set_MaxMidteethLength(value);
Object.defineProperty('MaxMidteethLength');
public:
property int MaxMidteethLength {
int get();
void set ( int value);
}
Property Value
Maximum length of the middle vertical structures of the rake.