Eyeshot 10 WPF API Reference
Select Method (ViewportLayout.SelectedFace)

WPF Assembly > devDept.Eyeshot Namespace > ViewportLayout.SelectedFace Class : Select Method
The viewportLayout
The selection status
Selects or unselects the item face.
Syntax
'Declaration
 
Public Overrides Sub Select( _
   ByVal viewportLayout1 As ViewportLayout, _
   ByVal select As Boolean _
) 
public override void Select( 
   ViewportLayout viewportLayout1,
   bool select
)

Parameters

viewportLayout1
The viewportLayout
select
The selection status
See Also

Reference

ViewportLayout.SelectedFace Class
ViewportLayout.SelectedFace Members