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

772be2d4 42b9 4a2a 05f3 964b3d4e5a52

haplokuon edited this page May 6, 2023 · 1 revision

Names Property

netDxf 3.0.0 Library

Gets the ObjectTable names.

Definition

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

C#

public ICollection<string> Names { get; }

VB

Public ReadOnly Property Names As ICollection(Of String)
	Get

C++

public:
property ICollection<String^>^ Names {
	ICollection<String^>^ get ();
}

F#

member Names : ICollection<string> with get

Property Value

ICollection(String)

See Also

Reference

TableObjects(T) Class
netDxf.Collections Namespace

Clone this wiki locally