TableObjectsTItem Property
|
Gets a table object from the list by name.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public T this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As T
Get
public:
property T default[String^ name] {
T get (String^ name);
}
member Item : 'T with get
PROPERTY SELF[
name AS STRING
] AS T GET
Parameters
- name
- Type: SystemString
Table object name.
Return Value
Type:
TThe table object with the specified name.
Remarks Table object names are case insensitive.
See Also