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 409
0bb9ad9b bfad ac4d b63b e86a1acd08d4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the array of characters not supported as table object names.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static char[] InvalidCharacters { get; }
VB
Public Shared ReadOnly Property InvalidCharacters As Char()
Get
C++
public:
static property array<wchar_t>^ InvalidCharacters {
array<wchar_t>^ get ();
}
F#
static member InvalidCharacters : char[] with get
Char[]