Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoTin Class / Triangles Property

In This Topic
    Triangles Property (GeoTin)
    In This Topic
    Gets the tin triangles.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Triangles As IEnumerable(Of GeoTriangle)
    public IEnumerable<GeoTriangle> Triangles {get;}
    See Also