RVTDocs.com

AnnotationMultipleAlignmentUtils.MoveWithAnchoredLeaders

Method
Description:
Moves the element while keeping the leader end points anchored.
Syntax
public static void MoveWithAnchoredLeaders(
	Element element,
	XYZ moveVec
)
Parameters
Parameter Type Description
element Element The element to be moved.
moveVec XYZ The move vector for translating the element.
Return Value
Exceptions
Exception Condition
ArgumentException The element element does not support multiple alignment behavior.
ArgumentNullException A non-optional argument was null
InvalidOperationException Failed to move element.