RVTDocs.com

RebarHostData.IsFaceExposed

Method
Description:
Checks whether the specified face is considered exposed, and therefore has an associated CoverType.
Remarks:
This method replaces the method HasCoverTypeForReference() from the 2011 Revit API.
Syntax
public bool IsFaceExposed(
	Reference face
)
Parameters
Parameter Type Description
face Reference
Return Value
Type Description
Boolean True if %face% is exposed, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null