public bool RemoveHoles {get; set;}
'Declaration
Public Property RemoveHoles As Boolean
'Usage
Dim instance As KaufmannRegionCommand
Dim value As Boolean
instance.RemoveHoles = value
value = instance.RemoveHoles
public bool RemoveHoles {get; set;}
<br/>get_RemoveHoles();<br/>set_RemoveHoles(value);<br/>Object.defineProperty('RemoveHoles');
public:
property bool RemoveHoles {
bool get();
void set ( bool value);
}
Property Value
Value that indicates whether to remove all holes from the region that's created internally.