Click or drag to resize

BlockRecord Property

Gets the block record associated with this block.

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

Property Value

Type: BlockRecord
Remarks
It returns the same object as the owner property.
See Also