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 411
ac98e4d9 4dcb 2981 2ace 2adeb35d4231
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains a specified attribute 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
- AttributeDefinition
- The attribute definition to locate in the current dictionary.
Boolean
True if the current dictionary contains the attribute definition; otherwise, false.
AttributeDefinitionDictionary Class
netDxf.Collections Namespace