RVTDocs.com

FabricationPart.Reposition

Method
Description:
Repositions the fabrication straight part to another end of the run.
Syntax
public static void Reposition(
	Document document,
	ElementId partId
)
Parameters
Parameter Type Description
document Document The document.
partId ElementId Identifier of the fabrication part to reposition.
Return Value
Exceptions
Exception Condition
ArgumentException It is not a straight segment on the end in the run. -or- There are locked parts in the run.
ArgumentNullException A non-optional argument was null
InvalidOperationException this operation failed.