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

670d4694 c6b4 fc60 63f9 679e8993ace3

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets a table object from the list by name.

Definition

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
	Get

C++

public:
property T default[String^ name] {
	T get (String^ name);
}

F#

member Item : 'T with get

Parameters

  String
Table object name.

Return Value

T
The table object with the specified name.

Remarks

Table object names are case insensitive.

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally