Share

RebarHostData.SetCommonCoverType Method

Associate a single CoverType with all exposed faces of the host element.


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

Syntax

C#

public void SetCommonCoverType(
	RebarCoverType coverType
)

Parameters

coverType  RebarCoverType
A CoverType object to be applied to all faces.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?