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

In This Topic
    Is3D Property (GeoGeometryCollection)
    In This Topic
    Gets a value indicating whether any shape in the collection has Z-coordinate values.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Is3D As Boolean
    public override bool Is3D {get;}

    Property Value

    A System.Boolean value. true if any shape in the collection has Z-coordinate values; otherwise, false.
    See Also