Creates an instance of the VisioContent class representing the Visio master with the specified identifier from the specified Visio stencil.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static VisioContent Create ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Create( _ |
The Visio stencil.
The master identifier.
An instance of the VisioContent class representing the specified master.
See Also