Returns a reference to the shape with the specified string identifier.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static Shape FromId ( |
Visual Basic Copy Code |
---|
Public Shared Function FromId( _ |
A reference to the Shape with the specified identifier or a null reference (Nothing in Visual Basic) if there is no such shape.
The id argument should match an identifier passed to a constructor of the existing shape templates.