Block Class |
Namespace: DXFReaderNET.Blocks
The Block type exposes the following members.
Name | Description | |
---|---|---|
Block(String) |
Initializes a new instance of the Block class.
| |
Block(String, IEnumerableEntityObject) |
Initializes a new instance of the Block class.
| |
Block(String, String) |
Initializes a new instance of the Block class as an external reference drawing.
| |
Block(String, IEnumerableEntityObject, IEnumerableAttributeDefinition) |
Initializes a new instance of the Block class.
| |
Block(String, String, Boolean) |
Initializes a new instance of the Block class as an external reference drawing.
|
Name | Description | |
---|---|---|
AttributeDefinitions |
Gets the entity list of the block.
| |
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
Description |
Gets or sets the block description.
| |
Entities |
Gets the entity list of the block.
| |
Flags |
Gets the block-type flags (bit-coded values, may be combined).
| |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
IsReserved |
Gets if the table object is reserved and cannot be deleted.
(Inherited from TableObject.) | |
IsXRef |
Gets if the block is an external reference.
| |
Layer |
Gets or sets the block layer.
| |
ModelSpace |
Gets the default *Model_Space block.
| |
Name |
Gets the name of the table object.
| |
Origin |
Gets or sets the block origin in world coordinates.
| |
Owner |
Gets the owner of the actual dxf object.
(Inherited from DxfObject.) | |
PaperSpace |
Gets the default *Paper_Space block.
| |
ReadOnly |
Checks if the block should not be edited.
| |
Record |
Gets the block record associated with this block.
| |
XrefFile |
Gets the external reference path name.
|
Name | Description | |
---|---|---|
Clone |
Creates a new Block that is a copy of the current instance.
(Overrides TableObjectClone.) | |
Clone(String) |
Creates a new Block that is a copy of the current instance.
(Overrides TableObjectClone(String).) | |
CompareTo(Object) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
CompareTo(TableObject) |
Compares the current TableObject with another TableObject of the same type.
(Inherited from TableObject.) | |
Create |
Creates a block from the content of a document.
| |
Equals(Object) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
Equals(TableObject) |
Check if two TableObject are equal.
(Inherited from TableObject.) | |
GetHashCode |
Returns the hash code for this instance.
(Inherited from TableObject.) | |
Load(String) |
Creates a block from an external dxf file.
| |
Load(String, String) |
Creates a block from an external dxf file.
| |
Save(String, DxfVersion) |
Saves a block to a text dxf file.
| |
Save(String, DxfVersion, Boolean) |
Saves a block to a DXF file.
| |
ToString |
Converts the value of this instance to its equivalent string representation.
(Inherited from TableObject.) |
Name | Description | |
---|---|---|
DefaultModelSpaceName |
Default ModelSpace block name.
| |
DefaultPaperSpaceName |
Default PaperSpace block name.
|