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

Form.IsConnectingEdge

Method
Description:
Tell if an edge is a connecting edge on a side face. Connecting edges connect vertices on different profiles.
Syntax
public bool IsConnectingEdge(
	Reference edgeReference
)
Parameters
Parameter Type Description
edgeReference Reference The reference of the edge to be checked.
Return Value