Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawForSelectionParams<T> Class
The entity type
Members

In This Topic
    ViewportLayout.DrawForSelectionParams<T> Class
    In This Topic
    Class that holds the parameters for the selection.
    Syntax
    'Declaration
     
    Public Class ViewportLayout.DrawForSelectionParams(Of T As Entity) 
       Inherits ViewportLayout.DrawBaseParams(Of T)
    public class ViewportLayout.DrawForSelectionParams<T> : ViewportLayout.DrawBaseParams<T> 
    where T: Entity
    Type Parameters
    T
    The entity type
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.ViewportLayout.DrawBaseParams<S>
          devDept.Eyeshot.ViewportLayout.DrawForSelectionParams<T>

    See Also