Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPoint Class / Z Property

In This Topic
    Z Property (GeoPoint)
    In This Topic
    Gets or sets the z-coordinate.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Z As Nullable(Of Double)
    public Nullable<double> Z {get;}
    See Also