SvgPlottingUtilIsContainer Method
Return a value indicating whether the specified node type is currently
recognized as a container type.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static bool IsContainer(
string nodeType
)
Public Shared Function IsContainer (
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 container. Otherwise, false.