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 411
4cb395c1 ac00 64af dfd3 8ac9bd43a072
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the name of the block record.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Name { get; }
VB
Public ReadOnly Property Name As String
Get
C++
public:
property String^ Name {
String^ get ();
}
F#
member Name : string with get
String
Block record names are case insensitive.
The block which name starts with "*" are for internal purpose only.