Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c9626f5c 92d3 cae7 9222 a55e4afbf6cb

haplokuon edited this page May 6, 2023 · 1 revision

Record Property

netDxf 3.0.0 Library

Gets the block record associated with this block.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public BlockRecord Record { get; }

VB

Public ReadOnly Property Record As BlockRecord
	Get

C++

public:
property BlockRecord^ Record {
	BlockRecord^ get ();
}

F#

member Record : BlockRecord with get

Property Value

BlockRecord

Remarks

It returns the same object as the owner property.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally