This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
4a165212 4079 1e5d 4829 c070282fa558
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets a collection of the known header variables.
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>
List(HeaderVariable)
A list with the known header variables.