ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData 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