AcadTable Constructor (Block, Vector3)
|
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,
Vector3 position
)
Public Sub New (
block As Block,
position As Vector3
)
public:
AcadTable(
Block^ block,
Vector3 position
)
new :
block : Block *
position : Vector3 -> AcadTable
CONSTRUCTOR(
block AS Block,
position AS Vector3
)
Parameters
- block
- Type: DXFReaderNET.BlocksBlock
Insert block definition. - position
- Type: DXFReaderNETVector3
Insert point in world coordinates.
See Also