RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Frame

Frame.Transform

Method
Description:
Applies the input transform to this frame.
Syntax
public void Transform(
	Transform trf
)
Parameters
Parameter Type Description
trf Transform The transform to apply to the frame.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException this operation failed.