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

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

    Parameters

    flags
    flag

    Type Parameters

    T
    See Also