Map for WinForms | ComponentOne
C1.Win.Map Namespace / VectorItemsCollection Class
Properties Methods


In This Topic
    VectorItemsCollection Class Members
    In This Topic

    The following tables list the members exposed by VectorItemsCollection.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public PropertyGets or sets the element at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an existing item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodAdds a new item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodRemoves all items from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodDetermines whether the collection contains a specific item. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodGets the index of the element. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodInserts an item ot the collection at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodRemoves an existing item from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Public MethodRemoves the item at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Top
    Protected Methods
     NameDescription
    Protected MethodInternal used only. Adds an existing item to the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Protected MethodInternal used only. Removes all items from the collection. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Protected MethodInternal used only. Inserts an item ot the collection at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Protected MethodInternal used only. Removes the item at the specified index. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Protected MethodCalled when changes need be notified. (Inherited from C1.Win.Map.MapCollectionBase<VectorItem>)
    Top
    See Also