EntityList.CurrentBlockReferences Property

NOTE: This member is now obsolete. Use Parents instead.

Gets the stack of current BlockReferences.
Public ReadOnly Property CurrentBlockReferences() As Stack(Of BlockReference)
This language is not supported or no code example is available.
public Stack<BlockReference> CurrentBlockReferences {get;}
This language is not supported or no code example is available.

Property Value

Stack<BlockReference>
Remarks
 
The BlockReference on top of the stack is the inner most BlockReference of the hierarchy.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition