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

c7505a68 2be3 2d31 165e ee3330fda343

haplokuon edited this page May 6, 2023 · 1 revision

CustomNames Method

netDxf 3.0.0 Library

Gets a collection of the custom header variables names.

Definition

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

C#

public List<string> CustomNames()

VB

Public Function CustomNames As List(Of String)

C++

public:
List<String^>^ CustomNames()

F#

member CustomNames : unit -> List<string> 

Return Value

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

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally