IndependentTag.RemoveReferences
Description:
Removes the provided list of references from the tag's list of references.
Removes the provided list of references from the tag's list of references.
Remarks:
If the tag is owned by MRA element, an exception will be thrown.
If the tag is owned by MRA element, an exception will be thrown.
public void RemoveReferences(
IList<Reference> referencesToRemove
)
-
IList<Reference>referencesToRemoveReferences to be removed from tag.
-
The operation failed. Please verify that the references are all tagged before removing them.
-
A non-optional argument was null
-
The IndependentTag object does not have a tag behavior. -or- Modifying tag references for MRA owned tag from API is not allowed.