Share

Form.IsEndFace Method

Given a face, tell if it is an end cap face.


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

Syntax

C#

public bool IsEndFace(
	Reference faceReference
)

Parameters

faceReference  Reference
The reference of the face to be checked.

Return Value

Boolean

See Also

Reference

Was this information helpful?