Search
Overview Constructor (String, String)
See Also
 





Creates an instance of Overview for a DiagramView.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public Overview (
    string id,
    string diagramViewId
)

Visual Basic  Copy Code

Public New ( _
    id As String, _
    diagramViewId As String _
)

 Parameters

id

The Id of the Overview.

diagramViewId

The Id of the DiagramView

 See Also