Search
Ruler.FromJson Method (String, String)
See Also
 





Creates a Ruler object from JSON.

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

 Syntax

C#  Copy Code

public static Ruler FromJson (
    string id,
    string json
)

Visual Basic  Copy Code

Public Shared Function FromJson( _
    id As String, _
    json As String _
) As Ruler

 Parameters

id

The Id of the Ruler

json

The JSON string

 Return Value

 See Also