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