Click or drag to resize

DimensionStyleOverrideDictionaryContainsType Method

Determines whether current dictionary contains an DimensionStyleOverride of the specified type.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool ContainsType(
	DimensionStyleOverrideType type
)

Parameters

type
Type: DXFReaderNET.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