RebarHostDataGetCoverType Method |
Gets the CoverType associated with a face of the element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic RebarCoverType GetCoverType(
Reference face
)
Public Function GetCoverType (
face As Reference
) As RebarCoverType
public:
RebarCoverType^ GetCoverType(
Reference^ face
)
member GetCoverType :
face : Reference -> RebarCoverType
Parameters
- face Reference
-
Return Value
RebarCoverType
The cover associated with the face, if it is an exposed face.
If the face is concealed, returns
.
Exceptions
See Also