Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / FrustumParams Class / SelectionEdges Property

In This Topic
    SelectionEdges Property
    In This Topic
    Gets or sets the four edges surrounding the selection area.
    Syntax
    'Declaration
     
    Public Property SelectionEdges As Segment3D()
    public Segment3D[] SelectionEdges {get; set;}
    See Also