If all exposed faces of the host have the same associated CoverType,
return that CoverType; otherwise, return null.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RebarCoverType GetCommonCoverType()
Return Value
RebarCoverType
The common CoverType for all exposed faces, or
null
if there are multiple CoverTypes.
See Also
Reference