FormIsProfileEdge Method

Tell if an edge or curve is generated from a profile.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsProfileEdge(
	Reference curveOrEdgeReference
)

Parameters

curveOrEdgeReference  Reference
The reference of the edge or curve to be checked.

Return Value

Boolean
See Also