Share

CurveByPointsUtils.GetHostFace Method

Gets the host face to which the CurveElement is added.


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

Syntax

C#

public static Reference GetHostFace(
	CurveElement curveElem
)

Parameters

curveElem  CurveElement
The CurveElement.

Return Value

Reference
The host face to which the CurveElement is added, or an empty Reference if the host is not a face.

Exceptions

ExceptionCondition
ArgumentException The input CurveElement is not a CurveByPoints.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?