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

Form.ScaleProfile

Method
Description:
Scale a profile of the form, by a specified origin and scale factor.
Syntax
public void ScaleProfile(
	int profileIndex,
	double factor,
	XYZ origin
)
Parameters
Parameter Type Description
profileIndex Int32 Index to specify the profile.
factor Double The scale factor, it should be large than zero.
origin XYZ The origin where scale happens.
Return Value