GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPartInfoRenderer Interface / AssociatePartInfo Method
In This Topic
    AssociatePartInfo Method
    In This Topic
    Tell the renderer to associate a given GoPartInfo with a particular GoObject, so that the user agent will be able to find the JavaScript object as information describing the GoObject.
    Syntax
    void AssociatePartInfo( 
       GoObject obj,
       GoPartInfo info
    )

    Parameters

    obj
    info
    See Also