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

8083e5c2 9cde 3a88 1939 5e4e450bc51f

haplokuon edited this page May 6, 2023 · 1 revision

KnownNames Method

netDxf 3.0.0 Library

Gets a collection of the known header variables names.

Definition

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

C#

public List<string> KnownNames()

VB

Public Function KnownNames As List(Of String)

C++

public:
List<String^>^ KnownNames()

F#

member KnownNames : unit -> List<string> 

Return Value

List(String)
A list with the known header variables names.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally