ActiveReports 18 .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
    Returns true if the shape has z-coordinate values.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Is3D As Boolean
    public abstract bool Is3D {get;}
    See Also