Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / CoordinateSystem Property

In This Topic
    CoordinateSystem Property (C1Map)
    In This Topic
    Gets or sets the coordinate system used by this C1Map.
    Syntax
    'Declaration
     
    
    Public Property CoordinateSystem As ICoordinateSystem
    public ICoordinateSystem CoordinateSystem {get; set;}
    See Also