Map for WinForms | ComponentOne
C1.Win.Map Namespace / VectorItemsCollection Class / AddNew Method

In This Topic
    AddNew Method (VectorItemsCollection)
    In This Topic
    Adds a new item to the collection.
    Syntax
    'Declaration
     
    
    Public Function AddNew() As VectorItem
    public VectorItem AddNew()

    Return Value

    The newly added item.
    See Also