| Revit 2017 API |
| Form..::..AddProfile Method |
| Form Class See Also |
Add a profile into the form, by a specified edge/param.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public int AddProfile( Reference edgeReference, double param ) |
| Visual Basic |
|---|
Public Function AddProfile ( _ edgeReference As Reference, _ param As Double _ ) As Integer |
| Visual C++ |
|---|
public: int AddProfile( Reference^ edgeReference, double param ) |
Parameters
- edgeReference
- Type: Autodesk.Revit.DB..::..Reference
The geometry reference of edge.
- param
- Type: System..::..Double
The param on edge to specify the location.