SelectedItemBase Class

Base class for selected items.
Public MustInherit Class SelectedItemBase 
Implements IComparable
This language is not supported or no code example is available.
public abstract class SelectedItemBase : IComparable
This language is not supported or no code example is available.
Name Description
Public property Item Gets or sets the item (Label or Entity).
Public property Parents Gets or sets the stack of parents of the item (the top of the stack must be the innermost BlockReference).
Top
Methods
 
Name Description
Public method AreEqualParents(SelectedItemBase)
Public method CompareTo(object)
Public method Equals(object) Compares two instances of the class.
Protected method Finalize (inherited from Object).
Protected method Static FindEntityIndex(Entity, IList<Entity>)
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method HasParents()
Public method Init(Stack<BlockReference>, ISelectableItem, int, int, int, object[][]) Initializes the data.
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition