for GdPicture.NET
XTractFlow.API.Component Namespace / ProcessorComponent Class / FromJson Method
Specifies the JSON definition of the ProcessorComponent object to create.



In This Topic

    FromJson Method (ProcessorComponent)

    In This Topic
    Creates a ProcessorComponent object from a JSON definition.
    Syntax
    'Declaration
     
    
    Public Shared Function FromJson( _
       ByVal json As String _
    ) As ProcessorComponent
    'Usage
     
    
    Dim json As String
    Dim value As ProcessorComponent
     
    value = ProcessorComponent.FromJson(json)
    public static ProcessorComponent FromJson( 
       string json
    )
    public:
    static ProcessorComponent^ FromJson( 
       String^ json
    ) 

    Parameters

    json
    Specifies the JSON definition of the ProcessorComponent object to create.

    Return Value

    See Also