RegionRegionSegments Property |
[This is preliminary documentation and is subject to change.]
Collection of (X, Y) coordinates that when plotted form a planar region.
Namespace:
CFX.Structures
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<Segment> RegionSegments { get; set; }
Public Property RegionSegments As List(Of Segment)
Get
Set
Property Value
Type:
ListSegment
See Also