Name | Description | |
---|---|---|
VectorItemsCollection Constructor |
The following tables list the members exposed by VectorItemsCollection.
Name | Description | |
---|---|---|
VectorItemsCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
Item | Gets or sets the element at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) |
Name | Description | |
---|---|---|
Add | Adds an existing item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
AddNew | Adds a new item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
Clear | Removes all items from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
Contains | Determines whether the collection contains a specific item. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
IndexOf | Gets the index of the element. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
Insert | Inserts an item ot the collection at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
Remove | Removes an existing item from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
RemoveAt | Removes the item at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) |
Name | Description | |
---|---|---|
InternalAdd | Internal used only. Adds an existing item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
InternalClear | Internal used only. Removes all items from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
InternalInsert | Internal used only. Inserts an item ot the collection at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
InternalRemoveAt | Internal used only. Removes the item at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) | |
NotifyChanges | Called when changes need be notified. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>) |