Click or drag to resize

DimensionBlock Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the block that contains the entities that make up the dimension picture.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Block Block { get; }
Request Example View Source

Property Value

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