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

be3d30cf 216e dfc3 785f a16790f1ac57

haplokuon edited this page May 6, 2023 · 1 revision

Items Property

netDxf 3.0.0 Library

Gets the table object list.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ICollection<T> Items { get; }

VB

Public ReadOnly Property Items As ICollection(Of T)
	Get

C++

public:
property ICollection<T>^ Items {
	ICollection<T>^ get ();
}

F#

member Items : ICollection<'T> with get

Property Value

ICollection(T)

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally