<Code Lib>
2025.3 Method
Changes 0
M

StructuralConnectionHandler.AddReferences

Description:
Adds references to the connection. All references should be of applicable category.

public void AddReferences(
	Document document,
	IList<Reference> picks
)

  • document
    The document.
  • IList<Reference>
    picks
    The array containing picks of input elements to be added.

  • One or more picks was not permitted to be add to the connection. -or- One or more picks was not permitted to be added to the connection. Picks should not be duplicated.
  • A non-optional argument was null

Loading…