SvgPlottingUtilIsContainer Method

Return a value indicating whether the specified node type is currently recognized as a container type.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static bool IsContainer(
	string nodeType
)

Parameters

nodeType  String
Name of the node type to check.

Return Value

Boolean
True if the specified node type is a container. Otherwise, false.

See Also