INodeMapTryGetValueTNode Method (String, TNode)

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

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

bool TryGetValue<TNode>(
	string name,
	out TNode node
)
where TNode : INode

Parameters

name
Type: SystemString
Name with or without the namespace prefix.
node
Type: TNode
Node instance; if not found.

Type Parameters

TNode
Type of node to retrieve.

Return Value

Type: Boolean
true if node with given name exists and is of type TNode.
See Also

Reference