Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / FlagsHelper Class / Unset<T> Method

In This Topic
    Unset<T> Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub Unset(Of T As {New, Struct})( _
       ByRef flags As T, _
       ByVal flag As T _
    ) 
    public static void Unset<T>( 
       ref T flags,
       T flag
    )
    where T: new(), struct

    Parameters

    flags
    flag

    Type Parameters

    T
    See Also