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 407
702fc9eb e694 c993 bba5 5217994264f6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds a custom HeaderVariable to the list.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void AddCustomVariable(
HeaderVariable variable
)
VB
Public Sub AddCustomVariable (
variable As HeaderVariable
)
C++
public:
void AddCustomVariable(
HeaderVariable^ variable
)
F#
member AddCustomVariable :
variable : HeaderVariable -> unit
- HeaderVariable
- Header variable to add to the list.
All header variable names must start with the character '$'.
Header variable names that already exists in the known list cannot be added.