Share

ModelCurve.TrussCurveType Property

The truss curve type of this model curve.


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

Syntax

C#

public TrussCurveType TrussCurveType { get; set; }

Property Value

TrussCurveType

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the assigned value for TrussCurveType is invalid.
InvalidOperationExceptionThrown when attempting to set this property to a curve not in a truss family.
InvalidOperationExceptionThrown when attempting to change truss curves to NonTrussCurve, or when the truss curve type may not be applied to curves of this shape (webs must be linear, and chords must be linear or arc).

Remarks

This property is applicable only to curves in Truss families.

See Also

Reference

Was this information helpful?