Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeographicCoordinateSystem Class / Projection Property

In This Topic
    Projection Property (GeographicCoordinateSystem)
    In This Topic
    Gets or sets the IMapProjection used for this coordinate system.
    Syntax
    'Declaration
     
    
    Public Property Projection As IMapProjection
    public IMapProjection Projection {get; set;}
    See Also