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;}
<br/>get_MaxMidteethLength();<br/>set_MaxMidteethLength(value);<br/>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.