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

11e8df4f 47ac 2aac b6ae 6d80081c7ec2

haplokuon edited this page May 6, 2023 · 1 revision

RemoveCustomVariable Method

netDxf 3.0.0 Library

Removes a custom HeaderVariable from the list.

Definition

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

C#

public bool RemoveCustomVariable(
	string name
)

VB

Public Function RemoveCustomVariable ( 
	name As String
) As Boolean

C++

public:
bool RemoveCustomVariable(
	String^ name
)

F#

member RemoveCustomVariable : 
        name : string -> bool 

Parameters

  String
Header variable to add to the list.

Return Value

Boolean
True if the element is successfully found and removed; otherwise, false.

Remarks

The header variable name is case insensitive.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally