Eyeshot 10 WinForms API Reference
Parents Property (ViewportLayout.SelectedItemBase)

WinForms Assembly > devDept.Eyeshot Namespace > ViewportLayout.SelectedItemBase Class : Parents Property
Gets or sets the stack of parents of the item (the top of the stack must be the innermost BlockReference).
Syntax
'Declaration
 
Public Property Parents As Stack(Of BlockReference)
public Stack<BlockReference> Parents {get; set;}
See Also

Reference

ViewportLayout.SelectedItemBase Class
ViewportLayout.SelectedItemBase Members