SvgPlottingUtilIsShape Method

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

Definition

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

Parameters

nodeType  String
Name of the node type to check.

Return Value

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

See Also