Initializes a new instance of the
DXFPolyBezier class that have field data copied from specified object.
Namespace:
CADImport.Export.SimpleCADtoDXF
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal aData As DXFData, _ ByVal aIndex As Integer _ ) |
C#
|
public DXFPolyline( DXFData aData, int aIndex ) |
Parameters
-
aData
-
Type: DXFData
DXFData object
-
aIndex
-
Type: int
Data index
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also