Search
ConnectionPoint.SetReference Method
See Also
 





Updates the reference to the specified object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void SetReference (
    int refId,
    Object obj
)

Visual Basic  Copy Code

Protected Overridable Sub SetReference( _
    refId As Integer, _
    obj As Object _
)

 Parameters

refId

obj

 See Also