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

ac98e4d9 4dcb 2981 2ace 2adeb35d4231

haplokuon edited this page May 6, 2023 · 1 revision

ContainsValue Method

netDxf 3.0.0 Library

Determines whether current dictionary contains a specified attribute definition.

Definition

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

C#

public bool ContainsValue(
	AttributeDefinition value
)

VB

Public Function ContainsValue ( 
	value As AttributeDefinition
) As Boolean

C++

public:
bool ContainsValue(
	AttributeDefinition^ value
)

F#

member ContainsValue : 
        value : AttributeDefinition -> bool 

Parameters

  AttributeDefinition
The attribute definition to locate in the current dictionary.

Return Value

Boolean
True if the current dictionary contains the attribute definition; otherwise, false.

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally