NodeMapDictionaryTryGetValue Method

CVB.Net Documentation
Tries to get the node map with the given name.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public override bool TryGetValue(
	string name,
	out NodeMap value
)

Parameters

name
Type: SystemString
Name of the node map.
value
Type: Stemmer.Cvb.GenApiNodeMap
Will contain the NodeMap object if present.

Return Value

Type: Boolean
true if name is contained in this dictionary; false otherwise.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference