MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoTin Class / Triangles Property

In This Topic
Triangles Property
In This Topic
Gets the TIN triangles.
Syntax
'Declaration
 
Public ReadOnly Property Triangles As IEnumerable(Of GeoTriangle)
 

Property Value

An IEnumerable representing the triangles of the TIN.
See Also