Add a profile into the form, by a specified edge/param.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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.