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 436
670d4694 c6b4 fc60 63f9 679e8993ace3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets a table object from the list by name.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public T this[
string name
] { get; }VB
Public ReadOnly Default Property Item (
name As String
) As T
GetC++
public:
property T default[String^ name] {
T get (String^ name);
}F#
member Item : 'T with get- String
- Table object name.
T
The table object with the specified name.
Table object names are case insensitive.