Click or drag to resize

DimensionStyleOverrideDictionaryContainsType Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether current dictionary contains an DimensionStyleOverride of the specified type.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool ContainsType(
	DimensionStyleOverrideType type
)
Request Example View Source

Parameters

type
Type: netDxf.TablesDimensionStyleOverrideType
The type to locate in the current dictionary.

Return Value

Type: Boolean
True if the current dictionary contains an DimensionStyleOverride of the type; otherwise, false.
See Also