Eyeshot 10 WinForms API Reference
Init Method (ViewportLayout.SelectedFace)

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout.SelectedFace Class : Init Method
Syntax
'Declaration
 
Public Overrides Sub Init( _
   ByVal parents As Stack(Of BlockReference), _
   ByVal item As ISelectableItem, _
   Optional ByVal subItemIndex As Integer, _
   Optional ByVal shellIndex As Integer, _
   Optional ByVal nSubItems As Integer, _
   Optional ByVal subItemsArray() As Object _
) 
public override void Init( 
   Stack<BlockReference> parents,
   ISelectableItem item,
   int subItemIndex,
   int shellIndex,
   int nSubItems,
   object[] subItemsArray
)

Parameters

parents
item
subItemIndex
shellIndex
nSubItems
subItemsArray
See Also

Reference

ViewportLayout.SelectedFace Class
ViewportLayout.SelectedFace Members