Add a profile into the form, by a specified edge/param.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public int AddProfile( Reference edgeReference, double param )
Parameters
- edgeReference Reference
- The geometry reference of edge.
- param Double
- The param on edge to specify the location.
Return Value
Int32Index of newly created profile.