ShapeIdCollection Class

Definition

public ref class ShapeIdCollection : System::Collections::ICollection
public class ShapeIdCollection : System.Collections.ICollection
type ShapeIdCollection = class
    interface ICollection
    interface IEnumerable
Public Class ShapeIdCollection
Implements ICollection
Inheritance
ShapeIdCollection
Implements

Constructors

ShapeIdCollection()

Initializes a new instance of the ShapeIdCollection class.

ShapeIdCollection(SelectedShapesCollection)

Initializes a new instance of the ShapeIdCollection class.

Properties

Count

Gets the number of elements contained in the ICollection.

GuidList

Gets a collection of the ShapeElement Ids in this collection.

IsSynchronized

Gets a value indicating whether access to the ICollection is synchronized (thread-safe).

SyncRoot

Gets an object that can be used to synchronize access to the ICollection.

Methods

CopyTo(Array, Int32)

Copies the elements of the ICollection to an Array, starting at a particular Array index.

CopyTo(Guid[], Int32)

Copies the elements of the ICollection to an Array of Guids, starting at a particular Array index.

GetEnumerator()

Returns an enumerator that can iterate through this collection.

Applies to