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

3ff59839 aefb 4bca c979 dc0ab19f9070

haplokuon edited this page May 6, 2023 · 1 revision

ContainsValue Method

netDxf 3.0.0 Library

Determines whether current dictionary contains a specified DimensionStyleOverride.

Definition

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 Boolean

C++

public:
bool ContainsValue(
	DimensionStyleOverride^ value
)

F#

member ContainsValue : 
        value : DimensionStyleOverride -> bool 

Parameters

  DimensionStyleOverride
The DimensionStyleOverride to locate in the current dictionary.

Return Value

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

See Also

Reference

DimensionStyleOverrideDictionary Class
netDxf.Collections Namespace

Clone this wiki locally