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

aaf9ba77 661f d127 3f6e c95c80bc9a53

haplokuon edited this page May 6, 2023 · 1 revision

CustomValues Method

netDxf 3.0.0 Library

Gets a collection of the custom header variables.

Definition

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

C#

public List<HeaderVariable> CustomValues()

VB

Public Function CustomValues As List(Of HeaderVariable)

C++

public:
List<HeaderVariable^>^ CustomValues()

F#

member CustomValues : unit -> List<HeaderVariable> 

Return Value

List(HeaderVariable)
A list with the custom header variables.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally