Nevron .NET Vision
Nevron.Diagram.Maps Namespace / MapCoordinateSystemType Enumeration


In This Topic
    MapCoordinateSystemType Enumeration
    In This Topic
    Enumerates the coordinate system types.
    Syntax
    'Declaration
     
    
    Public Enum MapCoordinateSystemType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MapCoordinateSystemType
    public enum MapCoordinateSystemType : System.Enum 
    Members
    MemberDescription
    GeographicGeographics (i.e. longitude-latitude base) map coordinate system.
    ProjectedProjected map coordinate system.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Maps.MapCoordinateSystemType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also