Click or drag to resize

BlockLayer Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the block layer.

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

Property Value

Type: Layer
Remarks
It seems that the block layer is always the default "0" regardless of what is defined here, so it is pointless to change this value.
See Also