TranslationRotationValue Enumeration
Specifies the type of condition applied to the translation or rotation parameter.

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

Syntax

C#
public enum TranslationRotationValue
Visual Basic
Public Enumeration TranslationRotationValue
Visual C++
public enum class TranslationRotationValue

Members

Member nameDescription
Fixed The type of condition is Fixed.
Release The type of condition is Release.
Spring The type of condition is Spring.

See Also