Revit 2026 API
FormIs |
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 )
Public Function IsProfileEdge ( curveOrEdgeReference As Reference ) As Boolean
public: bool IsProfileEdge( Reference^ curveOrEdgeReference )
member IsProfileEdge : curveOrEdgeReference : Reference -> bool
Parameters
- curveOrEdgeReference Reference
- The reference of the edge or curve to be checked.
Return Value
BooleanSee Also