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

702fc9eb e694 c993 bba5 5217994264f6

haplokuon edited this page May 6, 2023 · 1 revision

AddCustomVariable Method

netDxf 3.0.0 Library

Adds a custom HeaderVariable to the list.

Definition

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 

Parameters

  HeaderVariable
Header variable to add to the list.

Remarks

All header variable names must start with the character '$'.
Header variable names that already exists in the known list cannot be added.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally