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

3fc4ff31 2675 a599 f9e0 feb6eb946f34

haplokuon edited this page May 6, 2023 · 1 revision

ContainsCustomVariable Method

netDxf 3.0.0 Library

Checks if a custom HeaderVariable name exits in the list.

Definition

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 

Parameters

  String
Header variable name.

Return Value

Boolean
True if a header variable name exits in the list; otherwise, false.

Remarks

The header variable name is case insensitive.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally