Returns the specified point from the specified collection of points of a hatch.
Namespace:
CADImport.Export.SimpleCADtoDXF
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetPoint( _ ByVal bndIndex As Integer, _ ByVal aIndex As Integer _ ) As DXFPoint |
Parameters
-
bndIndex
-
Type: int
An index of a points collection.
-
aIndex
-
Type: int
An index of a point.
Return Value
A point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also