Map for WinForms | ComponentOne
C1.Win.Map Namespace / VectorType Enumeration

In This Topic
    VectorType Enumeration
    In This Topic
    Specifies type of the vector element.
    Syntax
    'Declaration
     
    
    Public Enum VectorType 
       Inherits System.Enum
    public enum VectorType : System.Enum 
    Members
    MemberDescription
    PlacemarkThe placemark element.
    PolygonThe polygon element.
    PolylineThe polyline element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Map.VectorType

    See Also