Click or drag to resize

DimensionStyleOverrideDictionaryTryGetValue Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the DimensionStyleOverride associated of the specified type.

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

Parameters

type
Type: netDxf.TablesDimensionStyleOverrideType
The type whose value to get.
value
Type: netDxf.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