Search
ScriptHelper.ShapeTemplateFromId Method
See Also
 





Returns the Shape having the specified identifier.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape ShapeTemplateFromId (
    string shapeId
)

Visual Basic  Copy Code

Public Function ShapeTemplateFromId( _
    shapeId As String _
) As Shape

 Parameters

shapeId

The id of the shape to create.

 Return Value

An instance of the Shape class.

 See Also