| Revit 2017 API |
| Form..::..ScaleProfile Method |
| Form Class See Also |
Scale a profile of the form, by a specified origin and scale factor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public void ScaleProfile( int profileIndex, double factor, XYZ origin ) |
| Visual Basic |
|---|
Public Sub ScaleProfile ( _ profileIndex As Integer, _ factor As Double, _ origin As XYZ _ ) |
| Visual C++ |
|---|
public: void ScaleProfile( int profileIndex, double factor, XYZ^ origin ) |
Parameters
- profileIndex
- Type: System..::..Int32
Index to specify the profile.
- factor
- Type: System..::..Double
The scale factor, it should be large than zero.
- origin
- Type: Autodesk.Revit.DB..::..XYZ
The origin where scale happens.