Revit 2026 API
Rebar |
If all exposed faces of the host have the same associated CoverType,
return that CoverType; otherwise, return .
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarCoverType GetCommonCoverType()
Public Function GetCommonCoverType As RebarCoverType
public: RebarCoverType^ GetCommonCoverType()
member GetCommonCoverType : unit -> RebarCoverType
Return Value
RebarCoverTypeThe common CoverType for all exposed faces, or if there are multiple CoverTypes.
See Also