Search
ShapeList.FromString Method
See Also
 





Creates a ShapeList from a string containing shape identifiers.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public static ShapeList FromString (
    string value
)

Visual Basic  Copy Code

Public Shared Function FromString( _
    value As String _
) As ShapeList

 Parameters

value

A string containing comma-delimited list of shape identifiers.

 Return Value

A ShapeList containing the specified shapes.

 See Also