Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / Union<T> Method
First operand
Second operand

In This Topic
    Union<T> Method (Region)
    In This Topic
    Boolean union between two regions.
    Syntax
    'Declaration
     
    Public Shared Function Union(Of T As {New, Region})( _
       ByVal a As T, _
       ByVal b As T _
    ) As T()
    public static T[] Union<T>( 
       T a,
       T b
    )
    where T: new(), Region

    Parameters

    a
    First operand
    b
    Second operand

    Type Parameters

    T

    Return Value

    An array of regions if the operation is successful, null/Nothing otherwise.
    See Also