# EnumFlags.Remove

Remove the enum flag

![EnumFlags.Remove](./images/EnumFlagsRemoveCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Type
</td>
<td>
Type of enum flag
</td>
</tr>
<tr>
<td>
Value 1
</td>
<td>
Value1
</td>
</tr>
<tr>
<td>
Value 2
</td>
<td>
Value2
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output the result. (Returns the result of removing Value2 from Value1)
</td>
</tr>
 </tbody>
</table>

