ShapeModelingCollection Class

Definition

public ref class ShapeModelingCollection : System::Collections::CollectionBase
public class ShapeModelingCollection : System.Collections.CollectionBase
type ShapeModelingCollection = class
    inherit CollectionBase
Public Class ShapeModelingCollection
Inherits CollectionBase
Inheritance
ShapeModelingCollection

Constructors

ShapeModelingCollection()

Properties

Item[Int32]

Methods

Add(ICollection)

Adds the ShapeElements of an ICollection to the end of the ShapeModelingCollection

Add(ShapeElement)

Adds a specific ShapeElement to the collection.

Contains(ShapeElement)

Determines whether a ShapeElement is in the collection.

CopyTo(ShapeElement[], Int32)
GetEnumerator()
IndexOf(ShapeElement)
Insert(Int32, ShapeElement)
Remove(ICollection)

Removes the specified ShapeElements from an ICollection

Remove(ShapeElement)

Removes the first occurrence of a specific ShapeElement from the collection.

Applies to