RVTDocs.com

StructuralConnectionHandler.RemoveReferences

Method
Description:
Removes references from the connection. All references in an array should belong to the connection.
Syntax
public void RemoveReferences(
	IList<Reference> picks
)
Parameters
Parameter Type Description
picks IList The array containing picks to be removed.
Return Value
Exceptions
Exception Condition
ArgumentException One or more picks was not permitted to be removed from the connection. Picks should be members of the connection.
ArgumentNullException A non-optional argument was null