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

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

    Property Value

    true if the shape has z-coordinate values; otherwise, false.
    See Also