RVTDocs.com

AssemblyInstance.SetTransform

Method
Description:
Sets the origin of the assembly instance.
Syntax
public void SetTransform(
	Transform trf
)
Parameters
Parameter Type Description
trf Transform Transform to be set.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
ArgumentsInconsistentException trf is not a rigid body transformation.