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
3fc4ff31 2675 a599 f9e0 feb6eb946f34
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a custom HeaderVariable name exits in the list.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsCustomVariable(
string name
)
VB
Public Function ContainsCustomVariable (
name As String
) As Boolean
C++
public:
bool ContainsCustomVariable(
String^ name
)
F#
member ContainsCustomVariable :
name : string -> bool
- String
- Header variable name.
Boolean
True if a header variable name exits in the list; otherwise, false.
The header variable name is case insensitive.