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; }
Public ReadOnly Property Record As BlockRecord
Get
public:
property BlockRecord^ Record {
BlockRecord^ get ();
}
member Record : BlockRecord with get
PROPERTY Record AS BlockRecord GET
Property Value
Type:
BlockRecordRemarks It returns the same object as the owner property.
See Also