IsProfileEdge Method


Form Is Profile Edge Method

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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