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

4a165212 4079 1e5d 4829 c070282fa558

haplokuon edited this page May 6, 2023 · 1 revision

KnownValues Method

netDxf 3.0.0 Library

Gets a collection of the known header variables.

Definition

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

C#

public List<HeaderVariable> KnownValues()

VB

Public Function KnownValues As List(Of HeaderVariable)

C++

public:
List<HeaderVariable^>^ KnownValues()

F#

member KnownValues : unit -> List<HeaderVariable> 

Return Value

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

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally