Gets the block that contains the entities that make up the dimension picture.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Block Block { get; }
Public ReadOnly Property Block As Block
Get
public:
property Block^ Block {
Block^ get ();
}
member Block : Block with get
PROPERTY Block AS Block GET
Property Value
Type:
BlockRemarks
This value will be null until the dimension entity is added to the document.
See Also