Click or drag to resize

mxUtilsIsNode Method (Object, String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the user object is an XML node with the specified type and and the optional attribute has the specified value or is not 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,
	string attributeName,
	string attributeValue
)
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.
attributeName
Type: SystemString
Optional attribute name to check.
attributeValue
Type: SystemString
Optional attribute value to check.

Return Value

Type: Boolean
Returns true if the cell matches the given conditions.
See Also