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

Form.IsProfileEdge

Method
Description:
Tell if an edge or curve is generated from a profile.
Syntax
public bool IsProfileEdge(
	Reference curveOrEdgeReference
)
Parameters
Parameter Type Description
curveOrEdgeReference Reference The reference of the edge or curve to be checked.
Return Value