This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
3ff59839 aefb 4bca c979 dc0ab19f9070
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Determines whether current dictionary contains a specified DimensionStyleOverride.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsValue(
DimensionStyleOverride value
)VB
Public Function ContainsValue (
value As DimensionStyleOverride
) As BooleanC++
public:
bool ContainsValue(
DimensionStyleOverride^ value
)F#
member ContainsValue :
value : DimensionStyleOverride -> bool - DimensionStyleOverride
- The DimensionStyleOverride to locate in the current dictionary.
Boolean
True if the current dictionary contains the DimensionStyleOverride; otherwise, false.
DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace