SvgPlottingUtilIsShape Method
Return a value indicating whether the specified node type is currently
recognized as a shape type.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool IsShape(
string nodeType
)
Public Shared Function IsShape (
nodeType As String
) As Boolean
No code example is currently available or this language may not be supported.
- nodeType String
-
Name of the node type to check.
Boolean
True if the specified node type is a shape. Otherwise, false.