Tell if an edge or curve is generated from a profile.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Boolean
See Also