This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
c9626f5c 92d3 cae7 9222 a55e4afbf6cb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the block record associated with this block.
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
It returns the same object as the owner property.