Tell if an edge is an auto-crease on a top/bottom cap face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAutoCreaseEdge(
Reference edgeReference
)
Parameters
- edgeReference Reference
- The reference of the edge to be checked.
Return Value
Boolean
See Also
Reference