ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPoint Class / Is3D Property

In This Topic
    Is3D Property (GeoPoint)
    In This Topic
    Gets a value indicating whether the point shape has z-coordinate values.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Is3D As Boolean
    public override bool Is3D {get;}

    Property Value

    Returns true if the z-coordinate has a value; otherwise, false.
    See Also