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





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static VisioContent Create (
    VisioStencil stencil,
    int masterId
)

Visual Basic  Copy Code

Public Shared Function Create( _
    stencil As VisioStencil, _
    masterId As Integer _
) As VisioContent

 Parameters

stencil

The Visio stencil.

masterId

The master identifier.

 Return Value

An instance of the VisioContent class representing the specified master.

 See Also