Click or drag to resize

DimensionStyleOverrideDictionaryTryGetValue Method

Gets the DimensionStyleOverride associated of the specified type.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool TryGetValue(
	DimensionStyleOverrideType type,
	out DimensionStyleOverride value
)

Parameters

type
Type: DXFReaderNET.TablesDimensionStyleOverrideType
The type whose value to get.
value
Type: DXFReaderNET.TablesDimensionStyleOverride
When this method returns, the DimensionStyleOverride associated of the specified type, if the tag is found; otherwise, null. This parameter is passed uninitialized.

Return Value

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

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also