Click or drag to resize

mxObjectCodecProcessInclude Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool ProcessInclude(
	mxCodec dec,
	XmlNode node,
	Object into
)
Request Example View Source

Parameters

dec
Type: imbSCI.Graph.MXGraph.iomxCodec
Codec that controls the encoding/decoding process.
node
Type: System.XmlXmlNode
XML node to be checked.
into
Type: SystemObject
Optional object to pass-thru to the codec.

Return Value

Type: Boolean
Returns true if the given node was processed as an include.
See Also