Click or drag to resize

BlockLayer Property

Gets or sets the block layer.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Layer Layer { get; set; }

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