Share

Form.IsConnectingEdge Method

Tell if an edge is a connecting edge on a side face. Connecting edges connect vertices on different profiles.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsConnectingEdge(
	Reference edgeReference
)

Parameters

edgeReference  Reference
The reference of the edge to be checked.

Return Value

Boolean

See Also

Reference

Was this information helpful?