RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.IsAutoCreaseEdge

Method
Description:
Tell if an edge is an auto-crease on a top/bottom cap face.
Syntax
public bool IsAutoCreaseEdge(
	Reference edgeReference
)
Parameters
Parameter Type Description
edgeReference Reference The reference of the edge to be checked.
Return Value