Initializes a new instance of the
DXFBlock class.
Namespace:
CADImport.Export.SimpleCADtoDXF
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal aName As String, _ ByVal aBlockRecordHandle As Integer _ ) |
C#
|
public DXFBlock( string aName, int aBlockRecordHandle ) |
Parameters
-
aName
-
Type: string
A block name
-
aBlockRecordHandle
-
Type: int
A block handle
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also