RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.AddProfile

Method
Description:
Add a profile into the form, by a specified edge/param.
Syntax
public int AddProfile(
	Reference edgeReference,
	double param
)
Parameters
Parameter Type Description
edgeReference Reference The geometry reference of edge.
param Double The param on edge to specify the location.
Return Value
Type Description
Int32 Index of newly created profile.