Click or drag to resize

DimensionBlock Property

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; }

Property Value

Type: Block
Remarks
This value will be null until the dimension entity is added to the document.
See Also