Returns List of Lists Dpoints of FlatPoly entity
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
| Visual Basic (Declaration) |
Public Function GetListPointsFromFlatPoly( _ ByVal flatPoly As FlatPoly _ ) As List(Of List(Of DPoint)) |
Parameters
-
flatPoly
-
Type: FlatPoly
FlatPoly entity
Return Value
List <List<DPoint >>
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET8
.NET Framework Client Profile
Supported in: 4.8, 3.5 SP1
See Also