SelectedSubItem Class

Class used for selection of faces, vertices and edges.
Public MustInherit Class SelectedSubItem 
Inherits SelectedItem
This language is not supported or no code example is available.
public abstract class SelectedSubItem : SelectedItem
This language is not supported or no code example is available.
Name Description
Public property Index The index of the selected part (for sub-item selection of vertices, edges, faces, region contours, composite curve segments, sketch elements).
Public property Item Gets or sets the item (Label or Entity). (inherited from SelectedItemBase).
Public property Parents Gets or sets the stack of parents of the item (the top of the stack must be the innermost BlockReference). (inherited from SelectedItemBase).
Protected property SubItemSortPriority
Top
Methods
 
Name Description
Public method AreEqualParents(SelectedItemBase) (inherited from 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>) (inherited from SelectedItemBase).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method HasParents() (inherited from SelectedItemBase).
Public method Init(Stack<BlockReference>, ISelectableItem, int, int, int, object[][]) Initializes the data.
Protected method MemberwiseClone (inherited from Object).
Public method Select(Workspace, bool) Selects or un-selects the item instance. (inherited from SelectedItem).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition