AcadTable Constructor (Block)
|
Initializes a new instance of the Table class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AcadTable(
Block block
)
Public Sub New (
block As Block
)
public:
AcadTable(
Block^ block
)
new :
block : Block -> AcadTable
CONSTRUCTOR(
block AS Block
)
Parameters
- block
- Type: DXFReaderNET.BlocksBlock
Insert block definition.
See Also