This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
11e8df4f 47ac 2aac b6ae 6d80081c7ec2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes a custom HeaderVariable from the list.
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 BooleanC++
public:
bool RemoveCustomVariable(
String^ name
)F#
member RemoveCustomVariable :
name : string -> bool - String
- Header variable to add to the list.
Boolean
True if the element is successfully found and removed; otherwise, false.
The header variable name is case insensitive.