TranslationRotationValue Enumeration |
Specifies the type of condition applied to the translation or rotation parameter.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum TranslationRotationValue
Public Enumeration TranslationRotationValue
public enum class TranslationRotationValue
type TranslationRotationValue
MembersMember name | Value | Description |
---|
Fixed | 0 |
The type of condition is Fixed.
|
Release | 1 |
The type of condition is Release.
|
Spring | 2 |
The type of condition is Spring.
|
See Also