SelectionInfoSubItems Class

Class that holds the information of the selected sub-items.
Public Class SelectionInfoSubItems 
Inherits SelectionInfoItemBase
This language is not supported or no code example is available.
public class SelectionInfoSubItems : SelectionInfoItemBase
This language is not supported or no code example is available.
Name Description
Public constructor SelectionInfoSubItems()
Public constructor SelectionInfoSubItems(Entity) Root level item constructor.
Public constructor SelectionInfoSubItems(Stack<BlockReference>, Entity) Parents and item constructor.
Top
Name Description
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).
Top
Methods
 
Name Description
Public method AreEqualParents(SelectedItemBase) (inherited from SelectedItemBase).
Public method Equals(object) Compares two instances of the class. (inherited from SelectedItemBase).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Protected method Static FindEntityIndex(Entity, IList<Entity>) (inherited from SelectedItemBase).
Public method Static FindInstance<T>(Stack<BlockReference>, ISelectableItem, T, List<T>) Gets the instance of SelectedItem with the given parents. (inherited from SelectionInfoItemBase).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method HasParents() (inherited from SelectedItemBase).
Public method Init(Stack<BlockReference>, ISelectableItem, int, int, int, object[][]) Initializes the data.
Public method InitSubItems(int) Initializes the SubItems array with the given size.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Public field SubItems Gets or sets the selection data for the subitems of the item (faces, vertices, edges).
Top

.NET Framework

Supported in: 4.8

In this article

Definition