ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Relation Class / Relation Constructor / Relation Constructor(Object,Object,RelationDirections)
A object indicates the start point.
A object indicates the end point.
A RelationDirections indicates the direction.

In This Topic
    Relation Constructor(Object,Object,RelationDirections)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Object, _
       ByVal end As Object, _
       ByVal direction As RelationDirections _
    )

    Parameters

    start
    A object indicates the start point.
    end
    A object indicates the end point.
    direction
    A RelationDirections indicates the direction.
    See Also