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