Eyeshot 10 WinForms API Reference
Parents Property (EntityList)

WinForms Assembly > devDept.Eyeshot Namespace > EntityList Class : Parents Property
Gets the stack of the parents of the current BlockReference.
Syntax
'Declaration
 
Public ReadOnly Property Parents As Stack(Of BlockReference)
public Stack<BlockReference> Parents {get;}
Remarks
The BlockReference on top of the stack is the CurrentBlockReference.
See Also

Reference

EntityList Class
EntityList Members
SetCurrent Method
SetParentAsCurrent Method
CurrentBlockReference Property