Search
VisioContent.Create Method (VisioStencil, String)
See Also
 





Creates an instance of the VisioContent class representing the Visio master with the specified name from the specified Visio stencil.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static VisioContent Create (
    VisioStencil stencil,
    string masterName
)

Visual Basic  Copy Code

Public Shared Function Create( _
    stencil As VisioStencil, _
    masterName As String _
) As VisioContent

 Parameters

stencil

The Visio stencil.

masterName

The master name.

 Return Value

An instance of the VisioContent class representing the specified master.

 See Also