RhinoCommon API
TrulyObservableOrderedSetTRemoveAt Method |
Removes an element at the specified index from the set.
Namespace: Rhino.Runtime.Notifications
Assembly: RhinoCommon (in RhinoCommon.dll)


Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown if the index passed is out of bounds. |
InvalidOperationException | Thrown if the item that will be removed cannot be modified by the current assembly. |
