Click or drag to resize

mxUtilsIsNode Method (Object, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given value is an XML node with the specified nodename. specified.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static bool IsNode(
	Object value,
	string nodeName
)
Request Example View Source

Parameters

value
Type: SystemObject
Object that represents the value to be tested.
nodeName
Type: SystemString
String that specifies the node name.

Return Value

Type: Boolean
Returns true if the node name of the user object is equal to the given type.
See Also