Revit 2025 API
FormIs |
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 )
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