RebarHostData.SetCoverType Method

Associates the specified CoverType with the specified face of the element.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public void SetCoverType(
	Reference face,
	RebarCoverType coverType
)

Parameters

face  Reference
 
coverType  RebarCoverType
 

Exceptions

ExceptionCondition
ArgumentException In this element, face does not have an associated CoverType, because it is not exposed.
ArgumentNullException A non-optional argument was null

See Also

Reference

RebarHostData Class
Autodesk.Revit.DB.Structure Namespace