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

c0f7fbab a630 3d65 eb56 3759ada87f9e

haplokuon edited this page May 6, 2023 · 1 revision

ContainsValue Method

netDxf 3.0.0 Library

Determines whether current dictionary contains a specified extended data.

Definition

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

C#

public bool ContainsValue(
	XData value
)

VB

Public Function ContainsValue ( 
	value As XData
) As Boolean

C++

public:
bool ContainsValue(
	XData^ value
)

F#

member ContainsValue : 
        value : XData -> bool 

Parameters

  XData
The extended data to locate in the current dictionary.

Return Value

Boolean
True if the current dictionary contains the extended data; otherwise, false.

See Also

Reference

XDataDictionary Class
netDxf.Collections Namespace

Clone this wiki locally