ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / LineStringFeature Class / Geometry Property

In This Topic
    Geometry Property (LineStringFeature)
    In This Topic
    Gets or sets the GeoJSON LineString geometry for this feature.
    Syntax
    'Declaration
     
    Public Property Geometry As LineString
    public LineString Geometry {get; set;}
    See Also