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 415
c0f7fbab a630 3d65 eb56 3759ada87f9e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains a specified extended data.
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
- XData
- The extended data to locate in the current dictionary.
Boolean
True if the current dictionary contains the extended data; otherwise, false.