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

In This Topic
    Is3D Property (GeoLineString)
    In This Topic
    Returns true if any point in collection has z-coordinate values.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Is3D As Boolean
    public override bool Is3D {get;}
    See Also