This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
3f4e8fbe c32a 9d32 e797 e226aa5ef975
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the insert block definition.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Block Block { get; }VB
Public ReadOnly Property Block As Block
GetC++
public:
property Block^ Block {
Block^ get ();
}F#
member Block : Block with get