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

0bb9ad9b bfad ac4d b63b e86a1acd08d4

haplokuon edited this page May 6, 2023 · 1 revision

InvalidCharacters Property

netDxf 3.0.0 Library

Gets the array of characters not supported as table object names.

Definition

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

Property Value

Char[]

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally