Search
Selection.SetReference Method
See Also
 





Updates the reference to the specified object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void SetReference (
    int refId,
    Object obj,
    PersistContext context
)

Visual Basic  Copy Code

Protected Overrides Sub SetReference( _
    refId As Integer, _
    obj As Object, _
    context As PersistContext _
)

 Parameters

refId

obj

context

 See Also